about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-10 19:55:59 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-10 19:55:59 +0100
commit5347f83225f28242dca5e5d286fd9f59e9ec4068 (patch)
treeb2e609060ce22ec72d048c4af5714888515c5020
parentbc0f5f9c24447dbaa88b8d2ff446b1533f84ce49 (diff)
downloaddotfiles-5347f83225f28242dca5e5d286fd9f59e9ec4068.tar.gz
Add some persp switch bindings
-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 5ab66cd..fcc0e09 100644
--- a/.emacs.d/lisp/init-project.el
+++ b/.emacs.d/lisp/init-project.el
@@ -77,7 +77,8 @@
           (project-switch-project proj)))))
   :bind
   ("C-x p p" . switch-project)
-  ("C-x x x" . persp-switch-quick))
+  ("C-x x x" . persp-switch-last)
+  ("C-x x ." . persp-switch-quick))
 
 (provide 'init-project)
 ;;; init-project.el ends here