summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-19 10:11:34 -0600
committerCase Duckworth2021-02-19 10:11:34 -0600
commit2be74edd6a8074bf744f267344b386f718fe7be6 (patch)
tree95e3c69dc0e2f61cb27dde24e2118914cc429760 /config.org
parentAdd sandcats feed (diff)
downloademacs-2be74edd6a8074bf744f267344b386f718fe7be6.tar.gz
emacs-2be74edd6a8074bf744f267344b386f718fe7be6.zip
Move minions-mode out of commented mode-line bit and enable
Diffstat (limited to 'config.org')
-rw-r--r--config.org20
1 files changed, 11 insertions, 9 deletions
diff --git a/config.org b/config.org index 1044c3e..b23420f 100644 --- a/config.org +++ b/config.org
@@ -552,6 +552,17 @@ I want the git version.
552 552
553*** Mode line 553*** Mode line
554 554
555**** Minions mode :package:
556
557#+begin_src emacs-lisp :noweb-ref packages
558 (straight-use-package 'minions)
559 (require 'minions)
560#+end_src
561
562#+begin_src emacs-lisp :noweb-ref modes
563 (minions-mode +1)
564#+end_src
565
555**** COMMENT Simple modeline :package: 566**** COMMENT Simple modeline :package:
556 567
557After trying =doom-mode-line= and =smart-mode-line=, I think I've finally 568After trying =doom-mode-line= and =smart-mode-line=, I think I've finally
@@ -663,15 +674,6 @@ How is this not built into Emacs? Oh well, I have [[https://github.com/jamesnvc
663 'mouse-face 'mode-line-highlight)) 674 'mouse-face 'mode-line-highlight))
664#+end_src 675#+end_src
665 676
666******* Minions mode :package:
667
668The segment above requires minions-mode.
669
670#+begin_src emacs-lisp :noweb-ref packages
671 (straight-use-package 'minions)
672 (require 'minions)
673#+end_src
674
675****** Shorter VC-mode segment 677****** Shorter VC-mode segment
676 678
677#+begin_src emacs-lisp :noweb-ref functions 679#+begin_src emacs-lisp :noweb-ref functions