Merge pull request #163 from jbgi/patch-1
Fix invalid default for ensime-eldoc-hints (now set to 'all)
This commit is contained in:
commit
ed047d310e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
(setq ensime-startup-snapshot-notification nil
|
||||
ensime-startup-notification nil
|
||||
ensime-eldoc-hints t
|
||||
ensime-eldoc-hints 'all
|
||||
;; let DOOM handle company setup
|
||||
ensime-completion-style nil)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue