X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/46d707edd995226c273f0b39d0201ae8d0b29a93..f099abcb0cdc6726bcea8970d76b80758afbbdc7:/.emacs.d/init.el?ds=inline diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e8e4870..5e3ce80 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1087,7 +1087,8 @@ This function is intended for use with `ivy-ignore-buffers'." ("C-S-l" . b/eshell-clear) ("M-r" . counsel-esh-history) ;; ([tab] . company-complete) - )) + :map eshell-hist-mode-map + ("M-r" . counsel-esh-history))) :hook (eshell-mode . b/eshell-setup) :custom