Closes #40: Add function that verifies that the Emacs config has loaded.

This commit is contained in:
James Cherti
2025-03-06 12:11:14 -05:00
parent 2bef2c2ba9
commit 224fb1216b
3 changed files with 19 additions and 6 deletions

View File

@@ -931,7 +931,7 @@ To prevent Emacs from saving customization information to a custom file, set `cu
(add-hook 'dired-mode-hook #'dired-omit-mode)
;; Enable on-the-fly spell checking (Flyspell mode).
(add-hook text-mode-hook #'flyspell-mode)
(add-hook 'text-mode-hook #'flyspell-mode)
```
It is also recommended to read the following articles: