From dca9fa42b6942da2769658753f182f59d98f0d4a Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Fri, 8 Jul 2016 11:32:08 +0900 Subject: [PATCH] Add autoload cookie to auto-mode-alist setting --- puml-mode.el | 1 + 1 file changed, 1 insertion(+) 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