Add modules/tools/{dired,eshell}
This commit is contained in:
parent
b2c8c432ba
commit
8c173b0a1a
5 changed files with 272 additions and 0 deletions
9
modules/tools/eshell/autoload/evil.el
Normal file
9
modules/tools/eshell/autoload/evil.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;;; emacs/eshell/autoload/evil.el
|
||||
|
||||
;;;###autoload (autoload '+eshell:run "emacs/eshell/autoload/evil" nil t)
|
||||
(evil-define-command +eshell:run (command bang)
|
||||
(interactive "<fsh><!>")
|
||||
(if bang
|
||||
(+eshell/run)
|
||||
(+eshell/popup)))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue