projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1973307
)
[emacs][wip] fix sml error when switching to dark theme
author
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 23:07:11 +0000
(18:07 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 23:09:07 +0000
(18:09 -0500)
init.org
patch
|
blob
|
blame
|
history
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