From: Amin Bandali Date: Mon, 24 Dec 2018 23:07:11 +0000 (-0500) Subject: [emacs][wip] fix sml error when switching to dark theme X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/19740fc021b8c4b169ce14e1e66e1d2094b40d65 [emacs][wip] fix sml error when switching to dark theme --- 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