Correct `java` layer's documentation (close #3293)

This commit is contained in:
Fabien Dubosson 2015-10-08 21:49:24 +02:00 committed by Eivind Fonn
parent f3f88b4d28
commit cde101955d
1 changed files with 2 additions and 2 deletions

View File

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