removed hook to text-mode for flyspell and auto-fill

This commit is contained in:
syl20bnr 2013-03-13 00:09:41 -04:00
parent fc62c0d535
commit d8cf0922c1
1 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,4 @@
(setq-default indent-tabs-mode nil)
(setq default-tab-width 2)
;; Text -----------------------------------------------------------------------
(add-hook 'text-mode-hook
'(lambda ()
(auto-fill-mode 1)
(flyspell-mode)))
(setq longlines-show-hard-newlines t)