diff options
| author | 2026-07-31 10:58:13 -0700 | |
|---|---|---|
| committer | 2026-07-31 10:58:13 -0700 | |
| commit | bd9ebe43e6b5cea82c2ff474aae4b254fe43e1f4 (patch) | |
| tree | a90facdb13e028ac2693999623a68715639eef3f | |
| parent | 16920ab163f940748fa039a32c07bc0b2f567a67 (diff) | |
| download | new-dotfiles-bd9ebe43e6b5cea82c2ff474aae4b254fe43e1f4.tar.gz new-dotfiles-bd9ebe43e6b5cea82c2ff474aae4b254fe43e1f4.zip | |
emacs: Add minions mode to hid minor modes
| -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 |
