Merge pull request #1509 from dholm/bugfix/pretty-mode-plus

pretty-mode-plus has been renamed to pretty-mode
This commit is contained in:
Dimitri Fontaine 2014-01-11 08:35:09 -08:00
commit 3a972ef671

View File

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