aboutsummaryrefslogtreecommitdiff
path: root/emacs/settings/init-edit.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/settings/init-edit.el')
-rw-r--r--emacs/settings/init-edit.el4
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