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