Update/shorten various custom Emacs bindings
[~bandali/configs] / .emacs.d / lisp / bandali-eshell.el
index e1326ef..66e7808 100644 (file)
@@ -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 s e") #'eshell)
+(global-set-key (kbd "C-c s e") #'eshell)
 ;; hooks
 (add-hook 'eshell-mode-hook #'b/eshell-setup)