From b9fde435a7287c22c785e7bec2f55c29b4408f69 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 29 Mar 2025 17:18:26 +0100 Subject: [PATCH] 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 7d0eb498e29be43dc8b64416901527fe912d1d8b. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 24fd26c..4eb74bf 100644 --- a/init.el +++ b/init.el @@ -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 '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 'flyspell-prog-mode))) + (add-hook 'prog-mode-hook 'display-fill-column-indicator-mode))) (use-package ediff :init (setq ediff-diff-options "-w"