Allow for customisable jar location

This commit is contained in:
Carlo Sciolla 2015-07-14 17:02:09 +02:00
parent 9f6be8bfef
commit 7038cf41d6
1 changed files with 4 additions and 2 deletions

View File

@ -39,11 +39,13 @@
"Major mode for editing plantuml file."
:group 'languages)
(defvar puml-plantuml-jar-path (expand-file-name "~/plantuml.jar"))
(defcustom puml-plantuml-jar-path
(expand-file-name "~/plantuml.jar")
"The location of the PlantUML executable JAR.")
(defvar puml-mode-hook nil "Standard hook for puml-mode.")
(defvar puml-mode-version nil "The puml-mode version string.")
(defvar puml-mode-version "0.4" "The puml-mode version string.")
(defvar puml-mode-map nil "Keymap for puml-mode.")