diff options
author | Thanos Apollo <[email protected]> | 2023-10-09 09:22:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-09 09:22:25 +0300 |
commit | 5ede01db492c1a69d74dc73ec733189afd681b6d (patch) | |
tree | fce5f596810b88150ec8eee51cf10e24df8bdd77 /.emacs.d/modules/thanos-packages.el | |
parent | eee58e52994eeb51f805fe2598aab3795bbe555a (diff) |
emacs:(packages) Add nerd-icons-ibuffer
Diffstat (limited to '.emacs.d/modules/thanos-packages.el')
-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") |