From 5cd4dee407f35c20d70f18dd95b44aa4ebb33499 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 1 Dec 2020 09:27:24 -0800 Subject: Remove deprecated setting --- oni-lsp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'oni-lsp.el') diff --git a/oni-lsp.el b/oni-lsp.el index eff199b..f6cd2ca 100644 --- a/oni-lsp.el +++ b/oni-lsp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0225.101321 +;; Version: 2020.1124.155536 ;; Package-Requires: (lsp-mode lsp-ui lsp-ivy) ;; This program is free software; you can redistribute it and/or modify @@ -46,7 +46,6 @@ (princ help-string)))) (setq lsp-prefer-flymake nil) -(setq lsp-prefer-capf t) (setq lsp-ui-doc-enable nil) (setq lsp-ui-sideline-enable nil) -- cgit v1.2.3-54-g00ecf