projectile
This commit is contained in:
parent
45f5e3a7e7
commit
a908e5e39b
1 changed files with 12 additions and 0 deletions
|
@ -206,3 +206,15 @@
|
|||
|
||||
;; video
|
||||
;; https://youtu.be/xaZMwNELaJY?t=1707
|
||||
|
||||
;; for specific projects
|
||||
(use-package projectile
|
||||
:diminish projectile-mode
|
||||
:demand
|
||||
:config (projectile-mode)
|
||||
:bind-keymap
|
||||
("C-c p" . projectile-command-map)
|
||||
:init
|
||||
(when (file-directory-p "~/dev")
|
||||
(setq projectile-project-search-path '("~/dev")))
|
||||
(setq projectile-switch-project-action #'projectile-dired))
|
||||
|
|
Loading…
Reference in a new issue