projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7567d16
)
[emacs/eshell] clear with C-S-l instead of C-l
author
Amin Bandali
<bandali@gnu.org>
Thu, 6 Dec 2018 04:59:30 +0000
(23:59 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 6 Dec 2018 04:59:30 +0000
(23:59 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
82e3324
..
daae17a
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1093,10
+1093,10
@@
There's no way I could top that, so I won't attempt to.
(make-local-variable 'company-idle-delay)
(setq company-idle-delay nil)
(bind-keys :map eshell-mode-map
(make-local-variable 'company-idle-delay)
(setq company-idle-delay nil)
(bind-keys :map eshell-mode-map
- ("C-d" . amin/eshell-quit-or-delete-char)
- ("C-l" . amin/eshell-clear)
- ("M-r" . counsel-esh-history)
- ([tab] . company-complete)))
+ ("C-d"
. amin/eshell-quit-or-delete-char)
+ ("C-
S-
l" . amin/eshell-clear)
+ ("M-r"
. counsel-esh-history)
+ ([tab]
. company-complete)))
:hook (eshell-mode . amin|eshell-setup)
:custom
:hook (eshell-mode . amin|eshell-setup)
:custom