configs/emacs: remove projectile

This commit is contained in:
Aaron Bieber 2024-05-22 19:45:38 -06:00
parent 98d96428ef
commit 2ba2aaec52
No known key found for this signature in database

View File

@ -281,16 +281,6 @@ Magit is a awesome. Not sure what else to say about it. :P
(use-package eglot)
#+end_src
** projectile
#+begin_src emacs-lisp
(use-package projectile
:init
(projectile-mode +1)
:bind (:map projectile-mode-map
("C-c C-p" . projectile-command-map)))
#+end_src
** company and friends
~company~ allows for auto-completion of various things. It can interface with ~lsp-mode~ to complete