From ca79fa96a8ff32996afe678089f446d57bf85260 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 31 Aug 2019 19:06:35 -0400 Subject: [PATCH] emacs: theme: forgot to uncomment load-theme for the dark theme --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.20.1