mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Add modules/tools/{dired,eshell}
This commit is contained in:
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)))
|
||||
|
Reference in New Issue
Block a user