about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-crux.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-19 11:32:02 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-19 11:32:02 +0100
commitb875074a32fba5bbf19bfbe61fb9e4d06faf44a5 (patch)
tree702920df497ccb6ea01c090f2b4357c144535312 /.emacs.d/lisp/init-crux.el
parentb317bdf991d77c34dabc0cf7a34f1dc73039e558 (diff)
downloaddotfiles-b875074a32fba5bbf19bfbe61fb9e4d06faf44a5.tar.gz
Replace crux-switch-to-previous-buffer with a persp-aware version
Diffstat (limited to '.emacs.d/lisp/init-crux.el')
-rw-r--r--.emacs.d/lisp/init-crux.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-crux.el b/.emacs.d/lisp/init-crux.el
index fa51ff1..0739bd3 100644
--- a/.emacs.d/lisp/init-crux.el
+++ b/.emacs.d/lisp/init-crux.el
@@ -44,7 +44,6 @@
   ("C-c M-o" . crux-open-with)
   ("C-c C-u" . crux-view-url)
   ("C-c TAB" . crux-indent-rigidly-and-copy-to-clipboard)
-  ("C-c C-M-j" . crux-switch-to-previous-buffer)
   ("C-c C-!" . crux-reopen-as-root))
 
 (provide 'init-crux)