Skip to content

Commit

Permalink
tweak(core): define a group for MinEmacs' custom variables
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 23, 2023
1 parent 26f1fd9 commit 56c37a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

;;; MinEmacs directories

(defgroup minemacs nil
"MinEmacs specific functionalities.")

(defconst minemacs-config-dir
(file-name-as-directory
(or (getenv "MINEMACS_DIR")
Expand Down

0 comments on commit 56c37a8

Please sign in to comment.