Revert "Check for spelling in comments"

This also checks strings that contain commands and other arbitrary content, producing a lot of false
mispelling alarms.  This is disturbing, so let's disable it again.

This reverts commit 7d0eb498e2.
This commit is contained in:
Daniel Borchmann 2025-03-29 17:18:26 +01:00
parent 7d0eb498e2
commit b9fde435a7
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1488,8 +1488,7 @@ 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 'electric-indent-local-mode)
(add-hook 'prog-mode-hook 'hl-line-mode) (add-hook 'prog-mode-hook 'hl-line-mode)
(add-hook 'prog-mode-hook 'page-break-lines-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 (use-package ediff
:init (setq ediff-diff-options "-w" :init (setq ediff-diff-options "-w"