configs/emacs: remove projectile
This commit is contained in:
parent
98d96428ef
commit
2ba2aaec52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user