chiark / gitweb /
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 173537bc36a57046fb3219897fc9fa00f394c795..0552890a2d055ec4d01dd8037e0c86535a32b744 100644 (file)
@@ -1330,6 +1330,7 @@ (defun mdw-misc-mode-config ()
   (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)