el/dot-emacs.el: Spell-check comments and string literals while hacking.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:57:40 +0000 (12:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:57:40 +0000 (12:57 +0100)
el/dot-emacs.el

index 173537b..0552890 100644 (file)
@@ -1330,6 +1330,7 @@ case."
   (setq comment-column 40)
   (auto-fill-mode 1)
   (setq fill-column mdw-text-width)
+  (flyspell-prog-mode)
   (and (fboundp 'gtags-mode)
        (gtags-mode))
   (if (fboundp 'hs-minor-mode)