summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index c1b868a..12c4095 100644 --- a/config.org +++ b/config.org
@@ -678,7 +678,7 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
678** Word count 678** Word count
679#+begin_src emacs-lisp 679#+begin_src emacs-lisp
680 (use-package wc-mode 680 (use-package wc-mode
681 :init 681 :config
682 (rm-whitelist-add "WC") 682 (rm-whitelist-add "WC")
683 :hook 683 :hook
684 (text-mode . wc-mode)) 684 (text-mode . wc-mode))