From fbd237e6be2c4075c02eae8d313d29ead18a00c5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 27 Jun 2020 12:57:40 +0100 Subject: [PATCH] el/dot-emacs.el: Spell-check comments and string literals while hacking. --- el/dot-emacs.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0