mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/eshell: fix +eshell:run
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
;;; tools/eshell/autoload/evil.el -*- lexical-binding: t; -*-
|
;;; tools/eshell/autoload/evil.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;;;###autoload (autoload '+eshell:run "emacs/eshell/autoload/evil" nil t)
|
;;;###autoload (autoload '+eshell:run "tools/eshell/autoload/evil" nil t)
|
||||||
(evil-define-command +eshell:run (_command bang)
|
(evil-define-command +eshell:run (command bang)
|
||||||
;; TODO Add COMMAND support
|
;; TODO Add COMMAND support
|
||||||
(interactive "<fsh><!>")
|
(interactive "<fsh><!>")
|
||||||
(if bang
|
(if bang
|
||||||
(+eshell/run)
|
(+eshell/open command)
|
||||||
(+eshell/open-popup)))
|
(+eshell/open-popup command)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user