diff options
| author | Simeon Simeonov | 2023-11-21 23:24:12 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-11-21 23:24:12 +0100 |
| commit | 8b78096aff14de20a1a423f30f7ce5abc247acef (patch) | |
| tree | 2a4367c5e61e0048453cc976224e61e3af3cfdc2 | |
| parent | 4acb993ddff3a5e75475b5fe4c9dd2144fa853cd (diff) | |
Update yaml-mode.el
| -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) |
