diff options
| author | 2026-07-31 10:58:13 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 0b09b983868fdd216f0513e8fd7f09f745d5eee4 (patch) | |
| tree | 94581d9b8a084163a782c593698e5bfd1a6f015d /emacs | |
| parent | 8521a6a5b7833043811503ed1d0541a7bb6cb8a6 (diff) | |
| download | new-dotfiles-0b09b983868fdd216f0513e8fd7f09f745d5eee4.tar.gz new-dotfiles-0b09b983868fdd216f0513e8fd7f09f745d5eee4.zip | |
emacs: Add minions mode to hid minor modes
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 1a82ec6..aaa4f74 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -942,3 +942,13 @@ Set up a server program for Eglot for org-mode. (add-to-list 'eglot-server-programs '(org-mode . ("harper-ls" "--stdio")))) #+end_src + +* Minions + +Hide all of my minor modes in a single menu item. + +#+begin_src emacs-lisp + (use-package minions + :init + (minions-mode)) +#+end_src |
