summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp')
-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)