From 0b09b983868fdd216f0513e8fd7f09f745d5eee4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 31 Jul 2026 10:58:13 -0700 Subject: emacs: Add minions mode to hid minor modes --- emacs/.emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.3-2-g0d8e