diff options
author | Case Duckworth | 2021-02-11 12:45:30 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-11 12:45:30 -0600 |
commit | ea0053b3a317013ddd3eb943629eb011ef593ac2 (patch) | |
tree | bbd5b55c5ff8c32033483bc154eef7f3de63f911 | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs into main (diff) | |
download | emacs-ea0053b3a317013ddd3eb943629eb011ef593ac2.tar.gz emacs-ea0053b3a317013ddd3eb943629eb011ef593ac2.zip |
Fix spelling
-rw-r--r-- | config.org | 2 |
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 | ||
1625 | I just found out that =M-== counts the words in a region. That's great, but I | 1625 | I just found out that =M-== counts the words in a region. That's great, but I |
1626 | often want to count the words in the whole buffer. | 1626 | often want to count the words in the whole buffer. |