From 8b78096aff14de20a1a423f30f7ce5abc247acef Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 21 Nov 2023 23:24:12 +0100 Subject: Update yaml-mode.el --- .emacs.d/lisp/yaml-mode.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/lisp') 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." (set (make-local-variable 'indent-line-function) 'yaml-indent-line) (set (make-local-variable 'indent-tabs-mode) nil) (set (make-local-variable 'fill-paragraph-function) 'yaml-fill-paragraph) + (set (make-local-variable 'page-delimiter) "^---\\([ \t].*\\)*\n") (set (make-local-variable 'syntax-propertize-function) 'yaml-mode-syntax-propertize-function) -- cgit v1.3