Skip to content

Commit

Permalink
Use :prepare instead of :features in auto-capitalize package recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kondratenko committed Mar 10, 2014
1 parent 83d3864 commit 595f853
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion recipes/auto-capitalize.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
:description "Automatically capitalize (or upcase) words."
:website "http://www.emacswiki.org/emacs/auto-capitalize.el"
:type emacswiki
:features auto-capitalize)
:prepare (progn
(autoload 'auto-capitalize-mode "auto-capitalize"
"Toggle `auto-capitalize' minor mode in this buffer." t)
(autoload 'turn-on-auto-capitalize-mode "auto-capitalize"
"Turn on `auto-capitalize' minor mode in this buffer." t)
(autoload 'enable-auto-capitalize-mode "auto-capitalize"
"Enable `auto-capitalize' minor mode in this buffer." t)))

0 comments on commit 595f853

Please sign in to comment.