diff options
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-packages.el | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.emacs.d/modules/thanos-packages.el b/.emacs.d/modules/thanos-packages.el index 57e6eb6..a2e974e 100644 --- a/.emacs.d/modules/thanos-packages.el +++ b/.emacs.d/modules/thanos-packages.el @@ -49,14 +49,13 @@ (setf straight-use-package-by-default t) -(defvar thanos/packages - '(emms vertico marginalia doom-modeline org-roam nerd-icons-completion - consult org org-modern which-key elfeed elfeed-goodies doom-themes python-mode - 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 - telega transmission gptel nerd-icons-dired sudo-edit mu4e-alert magit-todos) - "Packages to install.") +(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 + 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 + 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") |