aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2024-09-08 12:08:15 -0400
committerRyan Kavanagh <rak@rak.ac>2024-09-08 12:08:15 -0400
commitf3031643ad1c00a9b71abc0258ad0715e312cb62 (patch)
tree3147c4b8e18302ca94357f55d12d6d8b30a02864
parentfix recoll installation (diff)
install wc-mode
-rw-r--r--dot_emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index 08ff547..1bb56dc 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -1068,6 +1068,9 @@ If not, issue a warning."
:config
(add-to-list 'vc-handled-backends 'git))
+(use-package wc-mode
+ :ensure t)
+
(use-package windmove
:config
(windmove-default-keybindings)