summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-01 14:32:11 +0200
committerThanos Apollo <[email protected]>2023-12-01 15:58:43 +0200
commit2d8c5d419bd081488a1ca2f802d33ccbedaa14c9 (patch)
tree4b3de40e234f2492d68b3b11d8a3c24ccaa540de /.emacs.d/modules
parent3e256c2fe2bd24b4dafc9b7b341e217abb10b659 (diff)
emacs: Switch back to doom-molokai theme & doom-modeline
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el13
-rw-r--r--.emacs.d/modules/thanos-packages.el7
2 files changed, 7 insertions, 13 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el
index 69c3bba..3ba8956 100644
--- a/.emacs.d/modules/thanos-aesthetics.el
+++ b/.emacs.d/modules/thanos-aesthetics.el
@@ -188,8 +188,10 @@
(t . (semibold))))
-(load-theme 'modus-vivendi)
-(define-key thanos/applications-map (kbd ".") 'modus-themes-toggle)
+(load-theme 'doom-molokai)
+(doom-modeline-mode 1)
+(setf doom-modeline-height 35)
+
;; Custom function to load theme
(defun thanos/load-theme ()
@@ -229,13 +231,6 @@
(add-hook 'ibuffer-mode-hook 'nerd-icons-ibuffer-mode)
-;; (defun thanos/markdown-theme ()
-;; "Adjust height for markdown"
-;; (interactive)
-;; (dolist
-;; (face
-;; '(markdown-header-face-1 :height 2.0))))
-
(require 'markdown-mode)
(setq markdown-header-scaling t)
(add-to-list 'auto-mode-alist '("\\.md\\'" . gfm-mode))
diff --git a/.emacs.d/modules/thanos-packages.el b/.emacs.d/modules/thanos-packages.el
index 5b4f098..e426e24 100644
--- a/.emacs.d/modules/thanos-packages.el
+++ b/.emacs.d/modules/thanos-packages.el
@@ -54,14 +54,13 @@
(defvar thanos/packages '(vertico marginalia org-roam nerd-icons-completion nerd-icons-ibuffer
consult org org-modern which-key elfeed elfeed-goodies python-mode emms org-download
visual-fill-column rainbow-delimiters eshell-git-prompt helpful password-store
- json-mode ement magit corfu orderless consult pdf-tools markdown-mode eat
- org-auto-tangle sly eat nov eshell-syntax-highlighting emojify flycheck vterm
+ json-mode ement magit corfu orderless consult pdf-tools markdown-mode eat doom-themes
+ org-auto-tangle sly eat nov eshell-syntax-highlighting emojify flycheck vterm doom-modeline
telega transmission gptel nerd-icons-dired sudo-edit mu4e-alert magit-todos)
"Packages to install.")
(defvar thanos/local-package-repos
- '((yeetube :local-repo "~/Developer/emacs-lisp/yeetube"))
- ;; (pcomplete-yay :local-repo "~/Developer/emacs-lisp/pcomplete-yay"))
+ '((yeetube :local-repo "~/Developer/emacs-lisp/yeetube"))
"Pacakges I'm working on locally.")
;; Get packages via straight