Add lang/plantuml
This commit is contained in:
parent
be4eeac705
commit
9a74124ede
5 changed files with 47 additions and 0 deletions
10
modules/lang/plantuml/autoload.el
Normal file
10
modules/lang/plantuml/autoload.el
Normal file
|
@ -0,0 +1,10 @@
|
|||
;;; lang/plantuml/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +plantuml/install ()
|
||||
"Install plantuml.jar."
|
||||
(interactive)
|
||||
(unless (file-exists-p plantuml-jar-path)
|
||||
(user-error "plantuml.jar already installed"))
|
||||
(url-copy-file "https://kent.dl.sourceforge.net/project/plantuml/plantuml.jar"
|
||||
plantuml-jar-path))
|
Loading…
Add table
Add a link
Reference in a new issue