Skip to content

Commit

Permalink
tweak(core): sort modules, enable me-workspaces, disable me-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent c75c88f commit c1b3ec0
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions core/me-modules.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,56 +7,56 @@
;;; Code:

(defcustom minemacs-core-modules
'(me-splash
me-keybindings
me-evil
'(me-completion
me-core-ui
me-completion)
me-evil
me-keybindings
me-splash)
"MinEmacs enabled core modules."
:group 'minemacs-core
:type '(repeat symbol))

(defcustom minemacs-modules
'(me-ui
me-editor
me-daemon
me-undo
me-multi-cursors
me-vc
me-project
me-prog
'(
;; me-biblio
;; me-binary
;; me-calendar
me-checkers
;; me-assistants
;; me-clojure
;; me-common-lisp
me-daemon
me-data
me-debug
;; me-lsp
me-docs
me-editor
me-emacs-lisp
;; me-common-lisp
;; me-scheme
;; me-clojure
;; me-email
;; me-embedded
;; me-robot
me-data
me-extra
me-files
;; me-fun
me-latex
;; me-lifestyle
;; me-lsp
;; me-math
;; me-media
;; me-modeling
me-org
me-extra
me-multi-cursors
me-natural-langs
me-notes
;; me-email
me-org
me-prog
me-project
;; me-robot
;; me-rss
;; me-lifestyle
me-docs
;; me-calendar
me-latex
;; me-biblio
me-natural-langs
me-files
;; me-scheme
me-tools
me-tty
;; me-fun
;; me-media
;; me-workspaces
me-binary
me-window)
me-ui
me-undo
me-vc
me-window
me-workspaces)
"MinEmacs enabled modules."
:group 'minemacs-core
:type '(repeat symbol))
Expand Down

0 comments on commit c1b3ec0

Please sign in to comment.