From: Mark Wooding Date: Sat, 27 Jun 2020 11:57:40 +0000 (+0100) Subject: el/dot-emacs.el: Spell-check comments and string literals while hacking. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/fbd237e6be2c4075c02eae8d313d29ead18a00c5 el/dot-emacs.el: Spell-check comments and string literals while hacking. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 173537b..0552890 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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)