Skip to content

Commit

Permalink
tweak(skel): add package disabling example
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 6, 2023
1 parent 4b91dc0 commit 51375d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skel/modules.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
me-binary ; Display binary files in hex or decompile them (hexl, ...) ...
me-window)) ; Frame & window tweaks

;; You can set `minemacs-disabled-packages' to disable some packages. For
;; example, if you want to use the `me-ui' module, but you want to disable the
;; `focus' package. You can use:
(push 'focus minemacs-disabled-packages)

;; You can use the obsolete configurations by adding the `obsolete/me-*' modules to `minemacs-modules'
;; (setq minemacs-modules
;; (append
Expand Down

0 comments on commit 51375d8

Please sign in to comment.