From 1cb26dfb79fa9a77d43a5fedaacb490222fd2a67 Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 28 Mar 2023 11:58:18 -0500 Subject: [PATCH] Recommend using puml as file extension --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94085c8..71a9bb3 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You can also download the latest version of PlantUML straight into `plantuml-jar You can automatically enable `plantuml-mode` for files with extension `.plantuml` by adding the following to your `.emacsrc`: ;; Enable plantuml-mode for PlantUML files - (add-to-list 'auto-mode-alist '("\\.plantuml\\'" . plantuml-mode)) + (add-to-list 'auto-mode-alist '("\\.puml\\'" . plantuml-mode)) Of course, you can always enable manually the major mode by typing `M-x plantuml-mode` once in the desired PlantUML file buffer.