summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-11 12:45:30 -0600
committerCase Duckworth2021-02-11 12:45:30 -0600
commitea0053b3a317013ddd3eb943629eb011ef593ac2 (patch)
treebbd5b55c5ff8c32033483bc154eef7f3de63f911 /config.org
parentMerge branch 'main' of https://tildegit.org/acdw/emacs into main (diff)
downloademacs-ea0053b3a317013ddd3eb943629eb011ef593ac2.tar.gz
emacs-ea0053b3a317013ddd3eb943629eb011ef593ac2.zip
Fix spelling
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 64a6979..23b16f9 100644 --- a/config.org +++ b/config.org
@@ -1620,7 +1620,7 @@ don't know if it's that useful.
1620 (add-hook 'text-mode-hook #'hook--wc-mode-no-keybinds) 1620 (add-hook 'text-mode-hook #'hook--wc-mode-no-keybinds)
1621#+end_src 1621#+end_src
1622 1622
1623*** Keybinding 1623*** Key binding
1624 1624
1625I just found out that =M-== counts the words in a region. That's great, but I 1625I just found out that =M-== counts the words in a region. That's great, but I
1626often want to count the words in the whole buffer. 1626often want to count the words in the whole buffer.