From 3400701e54110c8c9985df287ec0a108c7cae36d Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 10 Dec 2015 22:36:14 -0800 Subject: [PATCH] Add comment symbol --- puml-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/puml-mode.el b/puml-mode.el index f7e9208..458ad9c 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -281,6 +281,7 @@ default output type for new buffers." Shortcuts Command Name \\[puml-complete-symbol] `puml-complete-symbol'" (make-local-variable 'puml-output-type) + (set (make-local-variable 'comment-start) "' ") (setq font-lock-defaults '((puml-font-lock-keywords) nil t))) (provide 'puml-mode)