summaryrefslogtreecommitdiff
path: root/emacs/.doom.d/config.el
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-11-20 20:18:16 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-11-20 20:18:16 -0500
commit33a5726726d29f826ffea8292c0ba230a69892c9 (patch)
treea2ee0b49207f779d68c7556ff9b7abc392c25fb2 /emacs/.doom.d/config.el
parentad284296335a7a57ac823a83b3ef478bab0ebaf8 (diff)
update theme on pincer
Diffstat (limited to 'emacs/.doom.d/config.el')
-rw-r--r--emacs/.doom.d/config.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el
index 69fdc8b..556a2be 100644
--- a/emacs/.doom.d/config.el
+++ b/emacs/.doom.d/config.el
@@ -24,6 +24,8 @@
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-dark+)
+(when (equal "pincer" (system-name))
+ (setq doom-theme 'doom-one-light))
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!