summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2024-03-18 20:49:23 +0100
committerSimeon Simeonov2024-03-18 20:49:23 +0100
commit49d331d0b958a4e10b841bc34ebc020fe9db86ed (patch)
treebcbf23e27f93aa827ccbe2762d31d9bc5c76324d
parent236114bdeab5edab09969e5ad398c32c2738dead (diff)
Upgrade yaml-mode
-rw-r--r--.emacs.d/lisp/yaml-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/yaml-mode.el b/.emacs.d/lisp/yaml-mode.el
index 990493f..9706f6b 100644
--- a/.emacs.d/lisp/yaml-mode.el
+++ b/.emacs.d/lisp/yaml-mode.el
@@ -222,6 +222,7 @@ that key is pressed to begin a block literal."
222 :syntax-table yaml-mode-syntax-table 222 :syntax-table yaml-mode-syntax-table
223 (set (make-local-variable 'comment-start) "# ") 223 (set (make-local-variable 'comment-start) "# ")
224 (set (make-local-variable 'comment-start-skip) "#+ *") 224 (set (make-local-variable 'comment-start-skip) "#+ *")
225 (set (make-local-variable 'comment-end) "")
225 (set (make-local-variable 'indent-line-function) 'yaml-indent-line) 226 (set (make-local-variable 'indent-line-function) 'yaml-indent-line)
226 (set (make-local-variable 'indent-tabs-mode) nil) 227 (set (make-local-variable 'indent-tabs-mode) nil)
227 (set (make-local-variable 'fill-paragraph-function) 'yaml-fill-paragraph) 228 (set (make-local-variable 'fill-paragraph-function) 'yaml-fill-paragraph)