diff options
author | Thanos Apollo <[email protected]> | 2023-09-09 02:51:56 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-09 02:51:56 +0300 |
commit | 24e0ae35eae3fab9d2d735f1706ee71ea8041550 (patch) | |
tree | 63f14e2cce3f2f5ebc91411850ac592bc3022d24 /.emacs.d/modules | |
parent | 9509eec0a0209b9eeb2e0185613d8ddace0e0f59 (diff) |
emacs(packages): remove company-mode, company-box
Diffstat (limited to '.emacs.d/modules')
-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/") |