Add comment symbol

This commit is contained in:
Kevin Liu 2015-12-10 22:36:14 -08:00
parent 664bc47000
commit 3400701e54
1 changed files with 1 additions and 0 deletions

View File

@ -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)