From 8a1a46c07d9b88f9ecc4fc5b51a68bd1f6df1ec6 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 13 Feb 2021 12:34:24 -0600 Subject: Require 'minions' for the acdw modeline thing --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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 'mouse-face 'mode-line-highlight)) #+end_src +****** Minions mode :package: + +The segment above requires minions-mode. + +#+begin_src emacs-lisp :noweb-ref packages + (straight-use-package 'minions) + (require 'minions) +#+end_src + ***** Shorter VC-mode segment #+begin_src emacs-lisp :noweb-ref functions -- cgit 1.4.1-21-gabe81