diff options
-rw-r--r-- | config.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index b5b9a59..3cdfb1d 100644 --- a/config.org +++ b/config.org | |||
@@ -656,6 +656,15 @@ How is this not built into Emacs? Oh well, I have [[https://github.com/jamesnvc | |||
656 | 'mouse-face 'mode-line-highlight)) | 656 | 'mouse-face 'mode-line-highlight)) |
657 | #+end_src | 657 | #+end_src |
658 | 658 | ||
659 | ****** Minions mode :package: | ||
660 | |||
661 | The segment above requires minions-mode. | ||
662 | |||
663 | #+begin_src emacs-lisp :noweb-ref packages | ||
664 | (straight-use-package 'minions) | ||
665 | (require 'minions) | ||
666 | #+end_src | ||
667 | |||
659 | ***** Shorter VC-mode segment | 668 | ***** Shorter VC-mode segment |
660 | 669 | ||
661 | #+begin_src emacs-lisp :noweb-ref functions | 670 | #+begin_src emacs-lisp :noweb-ref functions |