summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-eshell.el
diff options
context:
space:
mode:
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)