diff options
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/lisp/yaml-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/yaml-mode.el b/.emacs.d/lisp/yaml-mode.el index c18fcd9..990493f 100644 --- a/.emacs.d/lisp/yaml-mode.el +++ b/.emacs.d/lisp/yaml-mode.el | |||
| @@ -225,6 +225,7 @@ that key is pressed to begin a block literal." | |||
| 225 | (set (make-local-variable 'indent-line-function) 'yaml-indent-line) | 225 | (set (make-local-variable 'indent-line-function) 'yaml-indent-line) |
| 226 | (set (make-local-variable 'indent-tabs-mode) nil) | 226 | (set (make-local-variable 'indent-tabs-mode) nil) |
| 227 | (set (make-local-variable 'fill-paragraph-function) 'yaml-fill-paragraph) | 227 | (set (make-local-variable 'fill-paragraph-function) 'yaml-fill-paragraph) |
| 228 | (set (make-local-variable 'page-delimiter) "^---\\([ \t].*\\)*\n") | ||
| 228 | 229 | ||
| 229 | (set (make-local-variable 'syntax-propertize-function) | 230 | (set (make-local-variable 'syntax-propertize-function) |
| 230 | 'yaml-mode-syntax-propertize-function) | 231 | 'yaml-mode-syntax-propertize-function) |
