summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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