Remove deprecated setting
This commit is contained in:
parent
af077d1e03
commit
5cd4dee407
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0225.101321
|
;; Version: 2020.1124.155536
|
||||||
;; Package-Requires: (lsp-mode lsp-ui lsp-ivy)
|
;; Package-Requires: (lsp-mode lsp-ui lsp-ivy)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -46,7 +46,6 @@
|
||||||
(princ help-string))))
|
(princ help-string))))
|
||||||
|
|
||||||
(setq lsp-prefer-flymake nil)
|
(setq lsp-prefer-flymake nil)
|
||||||
(setq lsp-prefer-capf t)
|
|
||||||
|
|
||||||
(setq lsp-ui-doc-enable nil)
|
(setq lsp-ui-doc-enable nil)
|
||||||
(setq lsp-ui-sideline-enable nil)
|
(setq lsp-ui-sideline-enable nil)
|
||||||
|
|
Loading…
Reference in a new issue