diff options
author | Case Duckworth | 2021-02-13 12:34:24 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-13 12:34:24 -0600 |
commit | 8a1a46c07d9b88f9ecc4fc5b51a68bd1f6df1ec6 (patch) | |
tree | 5a310e059fb733854861561433b7c33e841cc727 | |
parent | Use my fork of gemini-write (diff) | |
download | emacs-8a1a46c07d9b88f9ecc4fc5b51a68bd1f6df1ec6.tar.gz emacs-8a1a46c07d9b88f9ecc4fc5b51a68bd1f6df1ec6.zip |
Require 'minions' for the acdw modeline thing
-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 |