Check for spelling in comments

Again inspired by https://github.com/purcell/emacs.d .
This commit is contained in:
Daniel Borchmann 2025-03-29 17:15:15 +01:00
parent 93a2e5f939
commit 7d0eb498e2
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1488,7 +1488,8 @@ Note that this workaround is incomplete, as explained in this comment."
(add-hook 'prog-mode-hook 'electric-indent-local-mode)
(add-hook 'prog-mode-hook 'hl-line-mode)
(add-hook 'prog-mode-hook 'page-break-lines-mode)
(add-hook 'prog-mode-hook 'display-fill-column-indicator-mode)))
(add-hook 'prog-mode-hook 'display-fill-column-indicator-mode)
(add-hook 'prog-mode-hook 'flyspell-prog-mode)))
(use-package ediff
:init (setq ediff-diff-options "-w"