projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[emacs][wip] fix sml error when switching to dark theme
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
9acbd33
..
3d29991
100644
(file)
--- 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