Fix #2609: switch-project no-ops for helm users
This commit is contained in:
parent
c311d798ce
commit
5cc2befc72
1 changed files with 5 additions and 0 deletions
|
@ -179,6 +179,11 @@ stored in `persp-save-dir'.")
|
||||||
("xt" counsel-projectile-switch-project-action-run-term "invoke term from project root")
|
("xt" counsel-projectile-switch-project-action-run-term "invoke term from project root")
|
||||||
("X" counsel-projectile-switch-project-action-org-capture "org-capture into project")))
|
("X" counsel-projectile-switch-project-action-org-capture "org-capture into project")))
|
||||||
|
|
||||||
|
(when (featurep! :completion helm)
|
||||||
|
(after! helm-projectile
|
||||||
|
(setcar helm-source-projectile-projects-actions
|
||||||
|
'("Switch to Project" . +workspaces-switch-to-project-h))))
|
||||||
|
|
||||||
;; Fix #1973: visual selection surviving workspace changes
|
;; Fix #1973: visual selection surviving workspace changes
|
||||||
(add-hook 'persp-before-deactivate-functions #'deactivate-mark)
|
(add-hook 'persp-before-deactivate-functions #'deactivate-mark)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue