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:
parent
7d0eb498e2
commit
b9fde435a7
3
init.el
3
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user