diff --git a/puml-mode.el b/puml-mode.el index 2f51d5a..ff7d429 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -282,6 +282,7 @@ default output type for new buffers." (all-completions meat puml-plantuml-kwdList))) (message "Making completion list...%s" "done"))))) +;;;###autoload (add-to-list 'auto-mode-alist '("\\.pum$" . puml-mode)) ;;;###autoload