skuro / plantuml-mode

A major mode for editing PlantUML sources in Emacs
GNU General Public License v3.0
511 stars 96 forks source link

Configuring exec mode does not have effect #142

Closed JohnnyJayJay closed 3 years ago

JohnnyJayJay commented 3 years ago

Summary

(use-package! plantuml-mode
  :config 
  (setq plantuml-default-exec-mode 'executable) 
  (setq plantuml-executable-path "/usr/bin/plantuml"))

I am using Doom Emacs and I've entered this in my config.el file. The two instructions are executed (they have their expected value after loading), but enabling plantuml-mode still yields this error message:

Suspicious state from syntax checker plantuml: Flycheck checker plantuml returned 1, but its output contained no errors: Error: Unable to access jarfile /home/johnny/.emacs.d/.local/etc/plantuml.jar

Try installing a more recent version of plantuml, and please open a bug report if the issue persists in the latest release.  Thanks!

This may be a beginner's mistake, but I really don't know why this happens.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.