Replace projectile with project.el and counsel with vertico

This commit is contained in:
Maciej 2024-10-21 20:48:45 +03:00
parent 00fe42ad44
commit ebdea386c3
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
11 changed files with 100 additions and 103 deletions

View file

@ -12,7 +12,6 @@
(use-package diminish :straight t)
(eval-after-load 'flyspell '(diminish 'flyspell-mode))
(eval-after-load 'projectile '(diminish 'projectile-mode))
(eval-after-load 'flycheck '(diminish 'flycheck-mode))
(eval-after-load 'rainbow-mode '(diminish 'rainbow-mode))
(eval-after-load 'undo-tree '(diminish 'undo-tree-mode))