Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed Nov 11, 2016
2 parents ba7420b + 5cb8d23 commit 676f4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plantuml-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ default output type for new buffers."
`(start-process "PLANTUML" ,buf
plantuml-java-command
,@plantuml-java-args
(shell-quote-argument (expand-file-name plantuml-jar-path))
(expand-file-name plantuml-jar-path)
(plantuml-output-type-opt) "-p"))

(defun plantuml-preview-string (prefix string)
Expand Down

0 comments on commit 676f4b6

Please sign in to comment.