pretty-mode-plus has been renamed to pretty-mode

This commit is contained in:
David Holm 2014-01-10 18:49:56 +01:00
parent b0680edd58
commit 6fd6ae44a3

View File

@ -1,7 +1,7 @@
(:name pretty-mode-plus
:description "Redisplay parts of the buffer as pretty symbols."
:type github
:pkgname "akatov/pretty-mode-plus"
:pkgname "akatov/pretty-mode"
:prepare (progn
(autoload 'turn-on-pretty-mode "pretty-mode-plus")
(autoload 'global-pretty-mode "pretty-mode-plus")))
(autoload 'turn-on-pretty-mode "pretty-mode")
(autoload 'global-pretty-mode "pretty-mode")))