summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-31 18:59:42 -0500
committerCase Duckworth2021-03-31 18:59:42 -0500
commit3863807d123eebeedad8c3530cbfa69855b813d3 (patch)
tree19cdad12f032f53a48aa394bac71d5ba3d79eb2c /init.el
parentChange binding to `crux-smart-open-line' (diff)
downloademacs-3863807d123eebeedad8c3530cbfa69855b813d3.tar.gz
emacs-3863807d123eebeedad8c3530cbfa69855b813d3.zip
Remove `eshell' bindings
still have to figure out how best to do this.
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
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