diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-31 19:06:35 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-31 19:06:35 -0400 |
commit | ca79fa96a8ff32996afe678089f446d57bf85260 (patch) | |
tree | f210562e1581436531a8f7aaab8ee051091c9c26 | |
parent | 7cc518919750b216589dfd907b187694f3f7054d (diff) | |
download | configs-ca79fa96a8ff32996afe678089f446d57bf85260.tar.gz configs-ca79fa96a8ff32996afe678089f446d57bf85260.tar.xz configs-ca79fa96a8ff32996afe678089f446d57bf85260.zip |
emacs: theme: forgot to uncomment load-theme for the dark theme
-rw-r--r-- | .emacs.d/init.el | 2 |
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)) |