diff options
author | Case Duckworth | 2022-04-02 13:56:11 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-02 13:56:11 -0500 |
commit | 94c3685e856dd2ef4c2e01422b5c1c75fd5ded10 (patch) | |
tree | 5f3266a30359088898cf7f4e6bb28cb600701f9c /init.el | |
parent | Fix arity of affe-orderless-regexp-compiler (diff) | |
download | emacs-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.el | 1 |
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) |