Trying to configure lsp-mode on Emacs
This commit is contained in:
parent
a12166d64b
commit
7233ec4d48
8 changed files with 196 additions and 7 deletions
9
users/profiles/emacs/emacs.d/config/config-projectile.el
Normal file
9
users/profiles/emacs/emacs.d/config/config-projectile.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
(use-package projectile
|
||||
:init
|
||||
(projectile-mode +1)
|
||||
:bind (:map projectile-mode-map
|
||||
("s-p" . projectile-command-map)
|
||||
("C-c p" . projectile-command-map)))
|
||||
|
||||
(provide 'config-projectile)
|
Loading…
Add table
Add a link
Reference in a new issue