el-get/recipes/wc-mode.rcp
Dean Giberson cb30f68e28 wc-mode version number update
The wc-mode contains the version number in the file name. This updates
the version to match the one currently available online.

Most recent is v0.3, v0.2 is not available.
2015-06-12 09:28:49 -07:00

10 lines
392 B
Plaintext

(:name wc-mode
:website "http://www.dr-qubit.org/emacs.php"
:description "A minor mode to provide a 'wc' function for Emacs buffers."
:type http
:url "http://www.dr-qubit.org/emacs-misc/wc-mode-0.3.el"
:build '(("mv" "wc-mode-0.3.el" "wc-mode.el"))
:compile "wc-mode.el"
:prepare (progn
(autoload 'wc-mode "wc-mode" nil t)))