Skip to content

Commit

Permalink
chore(ci): automatically detected all available modules
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 8, 2023
1 parent baf864b commit 8456f69
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/scripts/minemacs-all.d/modules.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,5 @@

;;; Code:

(setq minemacs-core-modules
'(me-splash me-keybindings me-evil me-core-ui me-completion)
minemacs-modules
'(me-ui me-editor me-daemon me-undo me-multi-cursors me-vc me-project
me-prog me-checkers me-debug me-lsp me-emacs-lisp me-common-lisp
me-scheme me-clojure me-embedded me-robot me-data me-math me-modeling
me-org me-extra me-notes me-email me-rss me-lifestyle me-docs me-calendar
me-latex me-biblio me-natural-langs me-files me-tools me-tty me-fun
me-media me-workspaces me-binary me-window))
(setq minemacs-core-modules '(me-splash me-keybindings me-evil me-core-ui me-completion)
minemacs-modules (mapcar #'intern (mapcar #'file-name-sans-extension (directory-files minemacs-modules-dir nil "\\.el\\'"))))

0 comments on commit 8456f69

Please sign in to comment.