From 49d331d0b958a4e10b841bc34ebc020fe9db86ed Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 18 Mar 2024 20:49:23 +0100 Subject: Upgrade yaml-mode --- .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 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." :syntax-table yaml-mode-syntax-table (set (make-local-variable 'comment-start) "# ") (set (make-local-variable 'comment-start-skip) "#+ *") + (set (make-local-variable 'comment-end) "") (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) -- cgit v1.3