diff --git a/configs/emacs.org b/configs/emacs.org index 38ad310..88d12d0 100644 --- a/configs/emacs.org +++ b/configs/emacs.org @@ -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