Jump to dired when switching projects

This commit is contained in:
Andreas Zweili 2023-01-19 18:28:31 +01:00
parent 215b1005de
commit 3d05553f33
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@
projectile-completion-system 'ivy
projectile-switch-project-action #'projectile-dired)
(global-set-key (kbd "C-c g") 'projectile-find-file)
(setq projectile-switch-project-action #'projectile-dired)
:bind (:map projectile-mode-map
("C-x p" . projectile-command-map)))