summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-02 13:56:11 -0500
committerCase Duckworth2022-04-02 13:56:11 -0500
commit94c3685e856dd2ef4c2e01422b5c1c75fd5ded10 (patch)
tree5f3266a30359088898cf7f4e6bb28cb600701f9c /init.el
parentFix arity of affe-orderless-regexp-compiler (diff)
downloademacs-94c3685e856dd2ef4c2e01422b5c1c75fd5ded10.tar.gz
emacs-94c3685e856dd2ef4c2e01422b5c1c75fd5ded10.zip
Remove binding for crux-visit-shell-buffer
This should've gone with eshell-whatever
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index 2fcc51d..5f8e659 100644 --- a/init.el +++ b/init.el
@@ -1290,7 +1290,6 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers."
1290 "M-w" #'+crux-kill-ring-save 1290 "M-w" #'+crux-kill-ring-save
1291 "C-k" #'crux-kill-and-join-forward 1291 "C-k" #'crux-kill-and-join-forward
1292 "C-c d" #'+crux-insert-date-or-time) 1292 "C-c d" #'+crux-insert-date-or-time)
1293 (:+leader "s" #'crux-visit-shell-buffer)
1294 (crux-with-region-or-buffer indent-region) 1293 (crux-with-region-or-buffer indent-region)
1295 1294
1296 (el-patch-feature crux) 1295 (el-patch-feature crux)