el-get/recipes/highline.rcp
Yuriy Pitomets b2e4ebf6ef Add :prepare blocks for some recipes
* recipes/hi2.rcp,
* recipes/hideshow-org.rcp,
* recipes/highline.rcp,
* recipes/rainbow-mode.rcp,
* recipes/workgroups2.rcp,
* recipes/yank-pop-summary.rcp,
* recipes/zencoding-mode.rcp: Add autoloads and/or foo-mode-on functions
  in :prepare block.
2014-11-20 11:56:54 -05:00

7 lines
223 B
Plaintext

(:name highline
:description "minor mode to highlight current line in buffer"
:type emacsmirror
:prepare (defun highline-mode-on ()
(interactive)
(highline-mode 1)))