projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc5189
)
emacs: theme: forgot to uncomment load-theme for the dark theme
author
Amin Bandali
<bandali@gnu.org>
Sat, 31 Aug 2019 23:06:35 +0000
(19:06 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 31 Aug 2019 23:06:35 +0000
(19:06 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
c202eea
..
8f98696
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1309,7
+1309,7
@@
This function is intended for use with `ivy-ignore-buffers'."
"Go dark."
(interactive)
(mapc #'disable-theme custom-enabled-themes)
-
;;
(load-theme 'doom-tomorrow-night t)
+ (load-theme 'doom-tomorrow-night t)
(sml/apply-theme 'automatic)
(font-lock-add-keywords
'org-mode b/org-mode-font-lock-keywords t))