diff options
author | Thanos Apollo <[email protected]> | 2023-12-01 14:32:11 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-01 15:58:43 +0200 |
commit | 2d8c5d419bd081488a1ca2f802d33ccbedaa14c9 (patch) | |
tree | 4b3de40e234f2492d68b3b11d8a3c24ccaa540de /.emacs.d/modules/thanos-packages.el | |
parent | 3e256c2fe2bd24b4dafc9b7b341e217abb10b659 (diff) |
emacs: Switch back to doom-molokai theme & doom-modeline
Diffstat (limited to '.emacs.d/modules/thanos-packages.el')
-rw-r--r-- | .emacs.d/modules/thanos-packages.el | 7 |
1 files changed, 3 insertions, 4 deletions
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 |