From ea92e005736709f2391db502e2378bd2db5274e8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 9 Jan 2021 14:41:10 -0600 Subject: Fix smart-mode-line theming --- config.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.org') 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 **** Smart mode line #+BEGIN_SRC emacs-lisp - (straight-use-package 'smart-mode-line) + (straight-use-package 'smart-mode-line) - (cuss sml/no-confirm-load-theme t - "Pass the NO-CONFIRM flag to `load-theme'.") + (cuss sml/no-confirm-load-theme t + "Pass the NO-CONFIRM flag to `load-theme'.") + (cuss sml/theme 'respectful) - (sml/setup) + (sml/setup) #+END_SRC **** Rich minority -- cgit 1.4.1-21-gabe81