12 lines
240 B
EmacsLisp
12 lines
240 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-")
|
|
|
|
(provide 'thwap-configuration)
|