I am on Emacs 24.3.1. I installed the MELPA version of plantuml-mode
via
M-x package-install
RET plantuml-mode
RET.
When I try to turn on plantuml-mode
for a buffer, I get the following error:
Wrong type argument: stringp, nil
Trying to find additional installation instructions I looked at the "Commentary" section in the plantuml-mode.el
source, but there it only says to require
the package, and I am doing that.
How can I fix this problem?