doomemacs/modules/tools/eshell/autoload/evil.el
2017-02-20 00:26:08 -05:00

10 lines
238 B
EmacsLisp

;;; 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)))