From 1f60e562f8c0ab29a293d85701ab55191c25184b Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 16 Oct 2021 21:52:20 +0100 Subject: set mini modeline colors before enabling it --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.org') diff --git a/init.org b/init.org index 321ad23..0977d8a 100644 --- a/init.org +++ b/init.org @@ -553,7 +553,7 @@ *** Minibuffer #+begin_src emacs-lisp (use-package jao-minibuffer - :config + :init (if (jao-colors-scheme-dark-p) (setq jao-minibuffer-active-buffer-line-color "burlywood4" jao-minibuffer-inactive-buffer-line-color "grey25") -- cgit v1.2.3