diff options
author | Case Duckworth | 2021-03-31 18:59:42 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-31 18:59:42 -0500 |
commit | 3863807d123eebeedad8c3530cbfa69855b813d3 (patch) | |
tree | 19cdad12f032f53a48aa394bac71d5ba3d79eb2c | |
parent | Change binding to `crux-smart-open-line' (diff) | |
download | emacs-3863807d123eebeedad8c3530cbfa69855b813d3.tar.gz emacs-3863807d123eebeedad8c3530cbfa69855b813d3.zip |
Remove `eshell' bindings
still have to figure out how best to do this.
-rw-r--r-- | init.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init.el b/init.el index 81fde98..da2e440 100644 --- a/init.el +++ b/init.el | |||
@@ -382,12 +382,6 @@ | |||
382 | "C-c i" crux-find-user-init-file) | 382 | "C-c i" crux-find-user-init-file) |
383 | (crux-reopen-as-root-mode +1)) | 383 | (crux-reopen-as-root-mode +1)) |
384 | 384 | ||
385 | (setup eshell | ||
386 | (:acdw/map "C-z s" crux-visit-shell-buffer) | ||
387 | (:when-loaded | ||
388 | (:bind "C-z s" #'bury-buffer) | ||
389 | (:bind "C-d" #'bury-buffer))) | ||
390 | |||
391 | ;;;; AVY ... & friends | 385 | ;;;; AVY ... & friends |
392 | (setup (:straight avy) | 386 | (setup (:straight avy) |
393 | (:acdw/map "C-:" avy-goto-char | 387 | (:acdw/map "C-:" avy-goto-char |