summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/emacs-kj')
-rw-r--r--emacs/.config/emacs-kj/init.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index 3b3055c..b2f664e 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -40,6 +40,12 @@
(setq visible-bell t
ring-bell-function 'ignore)
+(use-package modus-themes)
+(use-package doom-themes)
+
+(load-theme 'modus-vivendi-tinted)
+(setq alert-default-style 'libnotify)
+
(custom-theme-set-faces
'modus-vivendi-tinted
'(avy-lead-face ((t :inherit (bold modus-themes-subtle-blue))))
@@ -47,12 +53,6 @@
'(avy-lead-face-1 ((t :inherit (bold modus-themes-subtle-green))))
'(avy-lead-face-2 ((t :inherit (bold modus-themes-subtle-magenta)))))
-(use-package modus-themes)
-(use-package doom-themes)
-
-(load-theme 'modus-vivendi-tinted)
-(setq alert-default-style 'libnotify)
-
(use-package all-the-icons
:if (display-graphic-p))
(setq inhibit-compacting-font-caches t)