diff options
-rw-r--r-- | config.org | 10 |
1 files changed, 10 insertions, 0 deletions
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 | |||
1004 | (add-hook 'text-mode-hook #'typo-mode) | 1004 | (add-hook 'text-mode-hook #'typo-mode) |
1005 | #+END_SRC | 1005 | #+END_SRC |
1006 | 1006 | ||
1007 | ** Word count | ||
1008 | |||
1009 | #+BEGIN_SRC emacs-lisp | ||
1010 | (straight-use-package 'wc-mode) | ||
1011 | |||
1012 | (add-hook 'text-mode-hook #'wc-mode) | ||
1013 | |||
1014 | (rm/whitelist-add "WC") | ||
1015 | #+end_src | ||
1016 | |||
1007 | * Applications | 1017 | * Applications |
1008 | 1018 | ||
1009 | ** Org mode | 1019 | ** Org mode |