aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)