summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-eshell.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2022-08-03 23:06:32 -0400
committerAmin Bandali <bandali@kelar.org>2022-08-03 23:06:32 -0400
commit55ac7968b4171c9ab8b5e3487b00d4b73b794a18 (patch)
tree3aa279fcc507c387e8373f6b39edfa3e364ed692 /.emacs.d/lisp/bandali-eshell.el
parent74d836015d304dc840c6dcf3703771ab863a4985 (diff)
downloadconfigs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.tar.gz
configs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.tar.xz
configs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.zip
Update/shorten various custom Emacs bindings
Diffstat (limited to '')
-rw-r--r--.emacs.d/lisp/bandali-eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/bandali-eshell.el b/.emacs.d/lisp/bandali-eshell.el
index e1326ef..66e7808 100644
--- a/.emacs.d/lisp/bandali-eshell.el
+++ b/.emacs.d/lisp/bandali-eshell.el
@@ -78,7 +78,7 @@
(define-key eshell-hist-mode-map (kbd "M-r")
#'b/eshell-history)))
;; global key bindings
-(global-set-key (kbd "C-c a s e") #'eshell)
+(global-set-key (kbd "C-c s e") #'eshell)
;; hooks
(add-hook 'eshell-mode-hook #'b/eshell-setup)