summaryrefslogtreecommitdiff
path: root/modules/common/emacs/doom/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/emacs/doom/config.el')
-rw-r--r--modules/common/emacs/doom/config.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/common/emacs/doom/config.el b/modules/common/emacs/doom/config.el
index 8fd2afc..9e3d603 100644
--- a/modules/common/emacs/doom/config.el
+++ b/modules/common/emacs/doom/config.el
@@ -9,7 +9,7 @@
scroll-margin 10
hscroll-margin 10)
-(when IS-LINUX
+(when (featurep :system 'linux)
(setq browse-url-generic-program (executable-find "firefox")
browse-url-browser-function 'browse-url-generic))
@@ -17,7 +17,7 @@
;;; Doom-specific
;;
-(setq doom-theme 'doom-tomorrow-night
+(setq doom-theme 'modus-vivendi
doom-modeline-icon nil
doom-modeline-indent-info t
doom-modeline-total-line-number t
@@ -190,7 +190,7 @@
:tls t
:user ,(concat circe-default-user "/" server)
:pass ,(lambda (&rest _)
- (+pass-get-secret "server/soju.manwe.shire.net/azahi"))))
+ (+pass-get-secret ""))))
'("libera" "oftc" "hackint" "rizon")))
;;