el-get/recipes/shelldoc.rcp

9 lines
331 B
Plaintext
Raw Normal View History

2015-04-05 23:06:31 +08:00
(: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)))