~edwargix/emacs.d

03dfbcb932d2f2b0c4619a056ec0888c0ef84c40 — David Florness 7 years ago 9aab2cc
Spell check in comments and strings
1 files changed, 3 insertions(+), 0 deletions(-)

M lisp/setup-appearance.el
M lisp/setup-appearance.el => lisp/setup-appearance.el +3 -0
@@ 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)