From 3bc2059b07e792c7b366b809dda40f9677bc7afc Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:17:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 584c6b7..36c3195 100644 --- a/README.md +++ b/README.md @@ -795,7 +795,7 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read (add-hook 'dired-mode-hook #'dired-hide-details-mode) (add-hook 'dired-mode-hook #'dired-omit-mode) -;; Toggle on-the-fly spell checking (Flyspell mode). +;; Enable on-the-fly spell checking (Flyspell mode). (add-hook text-mode-hook #'flyspell-mode) ```