Commit Graph

8 Commits

Author SHA1 Message Date
James Nguyen d461f459f4 Change package-requires to 26.3
25 was already deprecated a year ago:

https://github.com/emacs-evil/evil-collection/pull/508/files
2022-06-06 20:53:16 -04:00
James Nguyen 8d42153481 Delay running `evil-collection-setup-hook` for modes like eshell (#602) 2022-04-15 12:24:38 -07:00
condy 96ef16b3a0 eshell: remove M-h/M-u bindings
In most terminal, M-u/M-l can be used to convert cases of word
2021-11-20 12:08:54 +08:00
condy a81b6c8f55 eshell: escape doesn't move cursor back 2021-11-20 12:08:33 +08:00
Brian Leung 3e62b6b131 Remove underscore in argument to placate CI in evil-collection-eshell
evil-define-operator accesses the arguments of the operator it is
defining, regardless of whether they are used in any meaningful way.
2020-07-11 13:26:42 -07:00
Brian Leung 2e6a40974e Bind eshell-kill-input in Evil insert state 2020-07-11 13:26:42 -07:00
Dario Klingenberg c68aed6a96 add cc and dd command to eshell (copying Doom's implementation) 2020-06-26 11:42:26 +02:00
Justin Burkett 95dad4c734 Use subdirectories for setup files (+READMEs)
Move setup files into subdirectories. Move mode directories to modes subdir.
This will make it easy to specify a recipe in melpa that maintains the directory
structure. Add interactive functions to jump to .el and README files

See #170
2019-10-09 19:41:45 -07:00