From 19740fc021b8c4b169ce14e1e66e1d2094b40d65 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Dec 2018 18:07:11 -0500 Subject: [PATCH] [emacs][wip] fix sml error when switching to dark theme --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 9acbd33..3d29991 100644 --- a/init.org +++ b/init.org @@ -1833,6 +1833,7 @@ Emacs package that displays available keybindings in popup #+begin_src emacs-lisp (use-package smart-mode-line + :commands (sml/apply-theme) :config (sml/setup)) #+end_src -- 2.20.1