el-get/recipes/shelldoc.rcp
2015-04-05 17:10:02 +02:00

9 lines
331 B
Plaintext

(:name shelldoc
:description "Shell command editing support with man page."
:type github
:pkgname "mhayashi1120/Emacs-shelldoc"
:depends (s)
:prepare (progn
(autoload 'shelldoc-minor-mode "shelldoc" nil t)
(autoload 'shelldoc-minor-mode-on "shelldoc" nil t)))