From 358ca9864bb0ff86f8ca1a53a53573b4a4c18422 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 8 Aug 2020 03:42:43 -0400 Subject: [PATCH] tools/lsp: remove redundant config lsp-enable-links was re-enabled in edf5249d1, since #2911 is no longer an issue. --- modules/tools/lsp/+lsp.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/tools/lsp/+lsp.el b/modules/tools/lsp/+lsp.el index ba4d84e64..9cd30bfa5 100644 --- a/modules/tools/lsp/+lsp.el +++ b/modules/tools/lsp/+lsp.el @@ -37,11 +37,6 @@ should be a deliberate act (as is flipping this variable).") ;; Disable features that have great potential to be slow. (setq lsp-enable-file-watchers nil lsp-enable-folding nil - ;; HACK Fix #2911, until it is resolved upstream. Links come in - ;; asynchronously from the server, but lsp makes no effort to - ;; "select" the original buffer before laying them down, so they - ;; could be rendered in the wrong buffer (like the minibuffer). - lsp-enable-links t lsp-enable-text-document-color nil) ;; Disable features that modify our code without our permission.