It has the result of inhibiting highlighting of misspellings outside
quoted text and comments, which is certainly not the intended effect.
(setq comment-column 40)
(auto-fill-mode 1)
(setq fill-column mdw-text-width)
(setq comment-column 40)
(auto-fill-mode 1)
(setq fill-column mdw-text-width)
+ (unless (derived-mode-p 'text-mode)
+ (flyspell-prog-mode))
(and (fboundp 'gtags-mode)
(gtags-mode))
(if (fboundp 'hs-minor-mode)
(and (fboundp 'gtags-mode)
(gtags-mode))
(if (fboundp 'hs-minor-mode)