13 lines
290 B
EmacsLisp
13 lines
290 B
EmacsLisp
;;
|
|
;; Define the custom variables for the T.H.W.A.P. Emacs configuration.
|
|
;;
|
|
|
|
;; define the group
|
|
(defgroup thwap-config nil
|
|
"T.H.W.A.P. Emacs configuration group."
|
|
:group 'convenience
|
|
:prefix "thwap-")
|
|
|
|
(message "T.H.W.A.P. Loaded thwap-config group.")
|
|
(provide 'thwap-configuration)
|