Fix eclim documentation in Java layer

`eclim-eclipse-dirs` is a list, not a string.
This commit is contained in:
Romanos Skiadas 2016-10-21 22:28:46 +03:00 committed by syl20bnr
parent 81388bc1e4
commit fa16fa90e0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Then set the =Eclipse= and =Eclim= paths in =dotspacemacs/user-config=,
for instance:
#+BEGIN_SRC elisp
(setq eclim-eclipse-dirs "~/opt/eclipse"
(setq eclim-eclipse-dirs '("~/opt/eclipse")
eclim-executable "~/opt/eclipse/eclim")
#+END_SRC