summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-08-31 19:06:35 -0400
committerAmin Bandali <bandali@gnu.org>2019-08-31 19:06:35 -0400
commitca79fa96a8ff32996afe678089f446d57bf85260 (patch)
treef210562e1581436531a8f7aaab8ee051091c9c26 /.emacs.d/init.el
parent7cc518919750b216589dfd907b187694f3f7054d (diff)
downloadconfigs-ca79fa96a8ff32996afe678089f446d57bf85260.tar.gz
configs-ca79fa96a8ff32996afe678089f446d57bf85260.tar.xz
configs-ca79fa96a8ff32996afe678089f446d57bf85260.zip
emacs: theme: forgot to uncomment load-theme for the dark theme
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c202eea..8f98696 100644
--- 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))