-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45a4e0a
commit 3df04e7
Showing
4 changed files
with
22 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,19 @@ | ||
(setq minemacs-core-modules | ||
'(me-splash | ||
me-keybindings | ||
me-evil | ||
me-core-ui | ||
me-completion)) | ||
;; modules.el --- Enable all modules in CI mode -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2023 Abdelhak Bougouffa | ||
|
||
;; Author: Abdelhak Bougouffa (concat "abougouffa" "@" "fedora" "project" "." "org") | ||
|
||
(setq 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)) | ||
;;; Commentary: | ||
|
||
;;; 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)) |