about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-09 14:41:10 -0600
committerCase Duckworth2021-01-09 14:41:10 -0600
commitea92e005736709f2391db502e2378bd2db5274e8 (patch)
treedecc106b92d69112e101344b2bcb6bb5b9e350fb /config.org
parentAdd acdw/setup-mu4e-view-mode to mu4e-compose-mode (diff)
downloademacs-ea92e005736709f2391db502e2378bd2db5274e8.tar.gz
emacs-ea92e005736709f2391db502e2378bd2db5274e8.zip
Fix smart-mode-line theming
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.org b/config.org index 2374a19..aaf5978 100644 --- a/config.org +++ b/config.org
@@ -387,12 +387,13 @@ Commented for now because I really need to figure out the keybindings I want to
387**** Smart mode line 387**** Smart mode line
388 388
389 #+BEGIN_SRC emacs-lisp 389 #+BEGIN_SRC emacs-lisp
390 (straight-use-package 'smart-mode-line) 390 (straight-use-package 'smart-mode-line)
391 391
392 (cuss sml/no-confirm-load-theme t 392 (cuss sml/no-confirm-load-theme t
393 "Pass the NO-CONFIRM flag to `load-theme'.") 393 "Pass the NO-CONFIRM flag to `load-theme'.")
394 (cuss sml/theme 'respectful)
394 395
395 (sml/setup) 396 (sml/setup)
396 #+END_SRC 397 #+END_SRC
397 398
398**** Rich minority 399**** Rich minority