[Misc] Add ‘counsel-projectile’
This commit is contained in:
parent
c7d492a0fc
commit
99d2c046e6
3
init.el
3
init.el
@ -612,6 +612,9 @@ _h_ _l_ _o_k _y_ank
|
|||||||
projectile-completion-system 'ivy))
|
projectile-completion-system 'ivy))
|
||||||
:diminish projectile-mode)
|
:diminish projectile-mode)
|
||||||
|
|
||||||
|
(use-package counsel-projectile
|
||||||
|
:commands counsel-projectile)
|
||||||
|
|
||||||
(use-package exec-path-from-shell
|
(use-package exec-path-from-shell
|
||||||
:ensure exec-path-from-shell
|
:ensure exec-path-from-shell
|
||||||
:commands (exec-path-from-shell-copy-envs))
|
:commands (exec-path-from-shell-copy-envs))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user