about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-09 16:46:59 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-09 16:46:59 +0100
commit36befc396307caa7eeca8e4a26e853f7e218c5f3 (patch)
tree4d66558a67cbc967ba5fa4b83561290fc43c4178 /.emacs.d
parent2c87630c9bf935392c9f30eb0ca5cf2e4e0386bc (diff)
downloaddotfiles-36befc396307caa7eeca8e4a26e853f7e218c5f3.tar.gz
Bind persp-switch-quick
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-project.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-project.el b/.emacs.d/lisp/init-project.el
index eda758e..5ab66cd 100644
--- a/.emacs.d/lisp/init-project.el
+++ b/.emacs.d/lisp/init-project.el
@@ -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