From f3031643ad1c00a9b71abc0258ad0715e312cb62 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 8 Sep 2024 12:08:15 -0400 Subject: install wc-mode --- dot_emacs | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3