diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-12-07 10:17:13 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-12-07 10:17:13 +0100 |
| commit | 96f594cfb286b7b5b26d4df62e7976c4ae8eab6f (patch) | |
| tree | 3b68ebcb71d104988f132fc0d4143868432c9e6e /emacs/settings/init-edit.el | |
| parent | a02f65842ed36e4dad9f9001235937ab56246db2 (diff) | |
| download | dotfiles-96f594cfb286b7b5b26d4df62e7976c4ae8eab6f.tar.gz dotfiles-96f594cfb286b7b5b26d4df62e7976c4ae8eab6f.zip | |
emacs: added the wc mode
I'm also temporarily disabling salt-mode, since it's unreliable.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/settings/init-edit.el')
| -rw-r--r-- | emacs/settings/init-edit.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/settings/init-edit.el b/emacs/settings/init-edit.el index eef2617..1aaf885 100644 --- a/emacs/settings/init-edit.el +++ b/emacs/settings/init-edit.el @@ -60,6 +60,10 @@ (use-package which-key :ensure t) +;; Install wc-mode, which counts the number of words in the current buffer. +(use-package wc-mode + :ensure t) + ; Even though this is not entirely needed because Evil already covers most of ; it, sometimes it's convenient to use it. (use-package expand-region |
