forked from colonelpanic/dotfiles
Got rid of auto-fill-mode for html.
This commit is contained in:
6
init.el
6
init.el
@@ -64,6 +64,12 @@
|
||||
|
||||
(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
|
||||
;; =============================================================================
|
||||
|
Reference in New Issue
Block a user