Add modules/tools/{dired,eshell}

This commit is contained in:
Henrik Lissner 2017-02-19 18:53:38 -05:00
parent b2c8c432ba
commit 8c173b0a1a
5 changed files with 272 additions and 0 deletions

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