Merge branch 'pr/31_syohex-hook'

This commit is contained in:
Carlo Sciolla 2016-10-17 16:09:19 +02:00
commit a62da47363
1 changed files with 1 additions and 4 deletions

View File

@ -344,10 +344,7 @@ Shortcuts Command Name
(set (make-local-variable 'comment-end) "'/")
(set (make-local-variable 'comment-multi-line) t)
(set (make-local-variable 'comment-style) 'extra-line)
(setq font-lock-defaults '((plantuml-font-lock-keywords) nil t))
; Run hooks:
(run-mode-hooks 'plantuml-mode-hook))
(setq font-lock-defaults '((plantuml-font-lock-keywords) nil t)))
(defun plantuml-deprecation-warning ()
"Warns the user about the deprecation of the `puml-mode' project."