Disable autp-fill-mode for yaml
This commit is contained in:
parent
c826ab0403
commit
7d264527ae
1 changed files with 6 additions and 1 deletions
|
@ -493,7 +493,12 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
|
||||
(use-package yaml-mode
|
||||
:defer t
|
||||
:mode "\\.yml\\'")
|
||||
:mode "\\.yml\\'"
|
||||
:config
|
||||
(defun disable-auto-fill ()
|
||||
(auto-fill-mode -1))
|
||||
:hook
|
||||
(yaml-mode . disable-auto-fill))
|
||||
|
||||
(use-package csv-mode
|
||||
:defer t
|
||||
|
|
Loading…
Add table
Reference in a new issue