From 7cd54860286f2382832c7a54123dcc2914fc97f3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 28 Feb 2022 01:37:10 -0800 Subject: [PATCH] [oni-lsp] Remove non-existent variable --- oni-lsp.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/oni-lsp.el b/oni-lsp.el index 30b5882..f643c52 100644 --- a/oni-lsp.el +++ b/oni-lsp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0715.215836 +;; Version: 2022.0228.013647 ;; Package-Requires: (lsp-mode lsp-ui lsp-ivy) ;; This program is free software; you can redistribute it and/or modify @@ -48,8 +48,6 @@ (princ "\n\n") (princ help-string)))) -(setq lsp-prefer-flymake nil) - (setq lsp-ui-doc-enable nil) (setq lsp-ui-sideline-enable nil)