Got rid of auto-fill-mode for html.
This commit is contained in:
parent
f3e81b3f1f
commit
1c3081d9ac
6
init.el
6
init.el
@ -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
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user