diff options
Diffstat (limited to '.emacs.d/modules/thanos-packages.el')
-rw-r--r-- | .emacs.d/modules/thanos-packages.el | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/.emacs.d/modules/thanos-packages.el b/.emacs.d/modules/thanos-packages.el index 543fd7f..a80cbed 100644 --- a/.emacs.d/modules/thanos-packages.el +++ b/.emacs.d/modules/thanos-packages.el @@ -26,24 +26,19 @@ (require 'package) -(defvar thanos/packages - '(emms tree-sitter org-snooze org-drill - all-the-icons nerd-icons-dired nerd-icons-ibuffer - nerd-icons-ivy-rich toc-org emojify nerd-icons-completion - doom-modeline gruvbox-theme counsel - 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 monokai-theme)) +(defvar thanos/packages '(emms tree-sitter org-snooze org-drill + all-the-icons nerd-icons-dired nerd-icons-ibuffer + 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)) (setf package-archives '(("melpa" . "https://melpa.org/packages/") ("elpa" . "https://elpa.gnu.org/packages/") |