diff options
author | 2022-08-03 23:06:32 -0400 | |
---|---|---|
committer | 2022-08-03 23:06:32 -0400 | |
commit | 55ac7968b4171c9ab8b5e3487b00d4b73b794a18 (patch) | |
tree | 3aa279fcc507c387e8373f6b39edfa3e364ed692 /.emacs.d/lisp/bandali-eshell.el | |
parent | 74d836015d304dc840c6dcf3703771ab863a4985 (diff) | |
download | configs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.tar.gz configs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.tar.xz configs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.zip |
Update/shorten various custom Emacs bindings
Diffstat (limited to '.emacs.d/lisp/bandali-eshell.el')
-rw-r--r-- | .emacs.d/lisp/bandali-eshell.el | 2 |
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) |