From 8953c8dd4209c3a6f76fb31ef72fcd4b534a2038 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Sep 2023 22:48:48 +0300 Subject: emacs: Add doom-themes & use doom-molokai by default --- .emacs.d/modules/thanos-aesthetics.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/modules/thanos-aesthetics.el') diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index 6f27a52..a5db351 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -79,7 +79,7 @@ (if is-hermes '(default ((t (:inherit nil :height 120 :family "Jetbrains Mono")))) '(default ((t (:inherit nil :height 135 :family "Jetbrains Mono")))))) -(load-theme 'molokai) +(load-theme 'doom-molokai) (doom-modeline-mode 1) -- cgit v1.2.3