X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/74d836015d304dc840c6dcf3703771ab863a4985..55ac7968b4171c9ab8b5e3487b00d4b73b794a18:/.emacs.d/lisp/bandali-eshell.el 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)