summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-02-12 13:56:12 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2022-02-12 13:56:12 +0000
commit86398793dc88c48d58a4c1af0389e10ac7b94dc0 (patch)
treecd8d48e12d73b81c95c9d6b1fcbc13b9fc4df601 /emacs/init.el
parent6a5c0258141fc49b3b53db70e46f271ee7efc059 (diff)
emacs: Remove doom-themes
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/emacs/init.el b/emacs/init.el
index bdab985..0ff10ad 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -98,18 +98,6 @@
(defvar my/night-theme nil "Theme to use during the night.")
-(when (or window-system (daemonp))
- (require 'doom-themes)
-
- (setq my/day-theme 'doom-one-light
- my/night-theme 'doom-one
- doom-themes-enable-bold t
- doom-themes-enable-italic t)
-
- (add-to-list 'doom-themes-base-faces
- '(nobreak-space :inherit 'default :underline builtin)
- :append))
-
;; “Window” Management