summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-09 08:01:08 -0600
committerCase Duckworth2020-11-09 08:01:08 -0600
commit3af55629d2386c2b047d915c1d62eb5aa090561b (patch)
tree81374bc22214ceb0573e0bcd6a0daf42b51fbe2c /config.org
parentUse tabs instead of spaces; install smart-tabs-mode (diff)
downloademacs-3af55629d2386c2b047d915c1d62eb5aa090561b.tar.gz
emacs-3af55629d2386c2b047d915c1d62eb5aa090561b.zip
Whitelist WC after load
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))