From 4c6f08ec02fcd2e7cd5c7dc59d2c33a7e4ef4d0b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 9 Feb 2021 22:44:11 -0600 Subject: Merge branch 'main' of tildegit.org:acdw/emacs --- config.org | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index dcf05ec..aa75459 100644 --- a/config.org +++ b/config.org @@ -1551,7 +1551,9 @@ already commented. That's it. * Writing -** COMMENT Word count :package: +** Word count :package: + +*** WC Mode I'm just going to comment this out for right now because I honestly don't know if it's that useful. @@ -1571,8 +1573,20 @@ don't know if it's that useful. (add-hook 'text-mode-hook #'hook--wc-mode-no-keybinds) #+end_src +*** Keybinding :crux: + +I just found out that =M-== counts the words in a region. That's great, but I +often want to count the words in the whole buffer. Enter +=crux-with-region-or-buffer=. I could change the binding. .... but I don't want to. + +#+begin_src emacs-lisp :noweb-ref bindings + (crux-with-region-or-buffer count-words-region) +#+end_src + ** Spell checking +*** Settings + Let's use =hunspell=. #+begin_src emacs-lisp :noweb-ref packages -- cgit 1.4.1-21-gabe81