counsel-projectile
This commit is contained in:
parent
19a853f10a
commit
b44306a33a
6
init.el
6
init.el
@ -214,7 +214,6 @@
|
||||
|
||||
(use-package projectile
|
||||
:ensure
|
||||
:init (projectile-mode +1)
|
||||
:config
|
||||
(setq project-find-functions '(project-projectile))
|
||||
:bind-keymap
|
||||
@ -224,6 +223,11 @@
|
||||
("C-c s" . projectile-ripgrep)
|
||||
("C-c t" . eglot-find-typeDefinition))
|
||||
|
||||
(use-package counsel-projectile
|
||||
:ensure t
|
||||
:config (counsel-projectile-mode +1))
|
||||
:after projectile
|
||||
|
||||
(use-package sharper
|
||||
:ensure t
|
||||
:bind
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user