From 03dfbcb932d2f2b0c4619a056ec0888c0ef84c40 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 20 Jan 2018 21:21:03 -0700 Subject: [PATCH] Spell check in comments and strings --- lisp/setup-appearance.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/setup-appearance.el b/lisp/setup-appearance.el index 200cdb4..5065ecc 100644 --- a/lisp/setup-appearance.el +++ b/lisp/setup-appearance.el @@ -36,6 +36,9 @@ ;;; Highlight parentheses (show-paren-mode) +;;; Spell check in comments and strings +(flyspell-prog-mode) + ;;; Custom themes ;; Default theme (unless (package-installed-p 'monokai-theme) -- 2.38.4