summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-01-02 11:10:02 -0600
committerCase Duckworth2021-01-02 11:10:02 -0600
commit85fcf0ac95954a27be4ecd70ccbe5c6532e43c99 (patch)
tree2aebf6ac0072da7fdb6ee39c3c026aecada1b51e
parentLoop through mouse margin events programmatically (diff)
downloademacs-85fcf0ac95954a27be4ecd70ccbe5c6532e43c99.tar.gz
emacs-85fcf0ac95954a27be4ecd70ccbe5c6532e43c99.zip
Add wc-mode
-rw-r--r--config.org10
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