Got rid of auto-fill-mode for html.

This commit is contained in:
Ivan Malison 2013-06-24 21:41:10 -07:00
parent f3e81b3f1f
commit 1c3081d9ac

View File

@ -64,6 +64,12 @@
(setq js-indent-level 2) (setq js-indent-level 2)
(defun no-auto-fill-hook () (auto-fill-mode -1))
(add-hook 'html-mode-hook 'no-auto-fill-hook)
(setq flyspell-issue-welcome-flag nil)
;; ============================================================================= ;; =============================================================================
;; tmux ;; tmux
;; ============================================================================= ;; =============================================================================