summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-24 18:07:11 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-24 18:09:07 -0500
commit19740fc021b8c4b169ce14e1e66e1d2094b40d65 (patch)
treee54cd0d2d5144281ac67118b8e45581150c852d9
parent197330785f9a001d49ad6afb33e2e69761fa3169 (diff)
downloadconfigs-19740fc021b8c4b169ce14e1e66e1d2094b40d65.tar.gz
configs-19740fc021b8c4b169ce14e1e66e1d2094b40d65.tar.xz
configs-19740fc021b8c4b169ce14e1e66e1d2094b40d65.zip
[emacs][wip] fix sml error when switching to dark theme
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
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