summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-13 12:34:24 -0600
committerCase Duckworth2021-02-13 12:34:24 -0600
commit8a1a46c07d9b88f9ecc4fc5b51a68bd1f6df1ec6 (patch)
tree5a310e059fb733854861561433b7c33e841cc727 /config.org
parentUse my fork of gemini-write (diff)
downloademacs-8a1a46c07d9b88f9ecc4fc5b51a68bd1f6df1ec6.tar.gz
emacs-8a1a46c07d9b88f9ecc4fc5b51a68bd1f6df1ec6.zip
Require 'minions' for the acdw modeline thing
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
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
661The 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