summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index e3dcaab4..37db02e4 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -65,6 +65,8 @@
           window-system)
   (use-package almost-mono-themes
     :config (load-theme 'almost-mono-white t))
+  (use-package doom-themes
+    :config (load-theme 'doom-homage-white t))
   (if (eq window-system 'x)
       (setq-default line-spacing 0.2))
   (setq frame-background-mode 'light)