diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 22:48:48 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 22:48:48 +0300 |
commit | 8953c8dd4209c3a6f76fb31ef72fcd4b534a2038 (patch) | |
tree | 9c6279d88687dc7a7008f013f3cb6f63e9b88b03 /.emacs.d/modules | |
parent | 2f01d0ac61be75229c07e8dbe4b59978d233ab06 (diff) |
emacs: Add doom-themes & use doom-molokai by default
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 2 | ||||
-rw-r--r-- | .emacs.d/modules/thanos-packages.el | 2 |
2 files changed, 2 insertions, 2 deletions
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) diff --git a/.emacs.d/modules/thanos-packages.el b/.emacs.d/modules/thanos-packages.el index a80cbed..d40b37d 100644 --- a/.emacs.d/modules/thanos-packages.el +++ b/.emacs.d/modules/thanos-packages.el @@ -27,7 +27,7 @@ (require 'package) (defvar thanos/packages '(emms tree-sitter org-snooze org-drill - all-the-icons nerd-icons-dired nerd-icons-ibuffer + all-the-icons nerd-icons-dired nerd-icons-ibuffer doom-themes nerd-icons-ivy-rich toc-org emojify nerd-icons-completion doom-modeline counsel molokai-theme vterm multi-vterm which-key ivy ivy-rich helpful password-store org org-modern org-roam |