diff options
-rw-r--r-- | .emacs.d/modules/thanos-packages.el | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/.emacs.d/modules/thanos-packages.el b/.emacs.d/modules/thanos-packages.el index a7ab734..b848e98 100644 --- a/.emacs.d/modules/thanos-packages.el +++ b/.emacs.d/modules/thanos-packages.el @@ -31,19 +31,20 @@ (require 'package) -(defvar thanos/packages '(emms tree-sitter org-snooze org-drill - 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 - visual-fill-column rainbow-delimiters flycheck lsp-mode lsp-ui - json-mode rjsx-mode typescript-mode python-mode pyvenv company - company-box magit elfeed elfeed-goodies paredit corfu - monkeytype sudo-edit consult alsamixer simple-httpd - eshell-syntax-highlighting org-superstar pdf-tools - org-auto-tangle sly org-download eshell-git-prompt eshell-vterm - hackernews circe gptel beacon ement mu4e-alert pass eat nov - yeetube stumpwm-mode telega transmission)) +(defvar thanos/packages + '(emms tree-sitter org-snooze org-drill + 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 + visual-fill-column rainbow-delimiters flycheck lsp-mode lsp-ui + json-mode rjsx-mode typescript-mode python-mode pyvenv + magit elfeed elfeed-goodies paredit corfu orderless + monkeytype sudo-edit consult alsamixer simple-httpd + eshell-syntax-highlighting org-superstar pdf-tools + org-auto-tangle sly org-download eshell-git-prompt eshell-vterm + hackernews circe gptel beacon ement mu4e-alert pass eat nov + yeetube stumpwm-mode telega transmission)) (setf package-archives '(("melpa" . "https://melpa.org/packages/") ("elpa" . "https://elpa.gnu.org/packages/") |