el-get/recipes/pretty-mode-plus.rcp

8 lines
304 B
Plaintext
Raw Normal View History

2013-07-30 05:24:37 +08:00
(:name pretty-mode-plus
:description "Redisplay parts of the buffer as pretty symbols."
:type github
:pkgname "akatov/pretty-mode"
2013-07-30 05:24:37 +08:00
:prepare (progn
(autoload 'turn-on-pretty-mode "pretty-mode")
(autoload 'global-pretty-mode "pretty-mode")))