about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-10-02T13·57-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-10-02T13·57-0400
commit0c012554b9e81dde34621d7f37e54f2ecce685a6 (patch)
treea9832adf488fa23896ec955d531a2f6289e53710 /configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el
parent9ed59566eb75f2285d965815d9b17bec34287d23 (diff)
Updates to Emacs preferences
- Prefers "$HOME" to "~/urbint" for current project
- Prefers dark colorscheme
- Allows source-jumping to Emacs (nixify this to remove dep on
  path/to/source)
Diffstat (limited to 'configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el')
-rw-r--r--configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el
index 87705cd6c61f..03899e61ba2b 100644
--- a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el
+++ b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el
@@ -95,7 +95,7 @@
   :config
   (setq doom-themes-enable-bold t
         doom-themes-enable-italic t)
-  (load-theme 'doom-one-light t)
+  (load-theme 'doom-one t)
   (doom-themes-visual-bell-config)
   (doom-themes-org-config))