Bind persp-switch-quick

This commit is contained in:
David Morgan 2021-09-09 16:46:59 +01:00
parent 2c87630c9b
commit 36befc3963
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@
(when (not persp)
(project-switch-project proj)))))
:bind
("C-x p p" . switch-project))
("C-x p p" . switch-project)
("C-x x x" . persp-switch-quick))
(provide 'init-project)
;;; init-project.el ends here