From fae85c702e2b418dfddccd1d97ecc0af49cdfebf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 1 Nov 2020 23:46:02 -0600 Subject: Install word count mode --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index e0c92fb..2fcba97 100644 --- a/config.org +++ b/config.org @@ -595,6 +595,14 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ (use-package ssh-config-mode) #+end_src * Writing +** Word count +#+begin_src emacs-lisp + (use-package wc-mode + :init + (rm-whitelist-add "WC") + :hook + (text-mode . wc-mode)) +#+end_src ** Visual fill column #+begin_src emacs-lisp (use-package visual-fill-column -- cgit 1.4.1-21-gabe81