Scala readme: code block for scala-enable-eldoc

This commit is contained in:
Aldric Giacomoni 2016-10-21 14:13:35 -04:00 committed by syl20bnr
parent 9da665dd82
commit 81388bc1e4
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ variable =scala-enable-eldoc= to =t=.
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(
(scala :variables scala-use-java-doc-style t)))
(scala :variables scala-enable-eldoc t)))
#+END_SRC
Enabling this option can cause slow editor performance.