chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f169435
)
el/dot-emacs.el: Spell-check comments and string literals while hacking.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:57:40 +0000
(12:57 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:57:40 +0000
(12:57 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 173537bc36a57046fb3219897fc9fa00f394c795..0552890a2d055ec4d01dd8037e0c86535a32b744 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-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)