emacs-wc-mode 1.4.1
Running word count with goals (minor mode)
wc-mode
is a minor mode, providing a ‘wc’ function for Emacs buffers as well as a modeline addition with live word, line and character counts. Additionally, a user can set specific goals for adding or deleting words. These goals were partly inspired by 750words.com where the goal of the site is to encourage writing by setting a goal of 750 words at a time.
- Outputs:
out
- Website: https://github.com/bnbeckwith/wc-mode
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-wc-mode 1.4.1
as follows:
guix install emacs-wc-mode@1.4.1
Or install the latest version:
guix install emacs-wc-mode
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.