Fix invalid default for ensime-eldoc-hints (now set to 'all)
See valid values at f1ca2bd6de/ensime-vars.el (L51)
Alternatively, could be set to nil (to avoid slowdown for complex project by default).
This commit is contained in:
parent
903f5b1a80
commit
c8f7f149f2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
(setq ensime-startup-snapshot-notification nil
|
(setq ensime-startup-snapshot-notification nil
|
||||||
ensime-startup-notification nil
|
ensime-startup-notification nil
|
||||||
ensime-eldoc-hints t
|
ensime-eldoc-hints 'all
|
||||||
;; let DOOM handle company setup
|
;; let DOOM handle company setup
|
||||||
ensime-completion-style nil)
|
ensime-completion-style nil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue