From 85fcf0ac95954a27be4ecd70ccbe5c6532e43c99 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Sat, 2 Jan 2021 11:10:02 -0600
Subject: Add wc-mode

---
 config.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/config.org b/config.org
index 55779d9..8b1f6cc 100644
--- a/config.org
+++ b/config.org
@@ -1004,6 +1004,16 @@ This has to be done /before/ loading the package.  It's included in =visual-fill
 (add-hook 'text-mode-hook #'typo-mode)
 #+END_SRC
 
+** Word count
+
+#+BEGIN_SRC emacs-lisp
+  (straight-use-package 'wc-mode)
+
+  (add-hook 'text-mode-hook #'wc-mode)
+
+  (rm/whitelist-add "WC")
+#+end_src
+
 * Applications
 
 ** Org mode
-- 
cgit 1.4.1-21-gabe81