projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d707e
)
emacs: eshell: bind counsel-esh-history in eshell-hist-mode-map
author
Amin Bandali
<bandali@gnu.org>
Mon, 18 Nov 2019 01:37:12 +0000
(20:37 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 18 Nov 2019 01:37:12 +0000
(20:37 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
e8e4870
..
5e3ce80
100644
(file)
--- 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