diff options
| author | 2022-02-28 01:37:10 -0800 | |
|---|---|---|
| committer | 2022-02-28 01:37:10 -0800 | |
| commit | 7cd54860286f2382832c7a54123dcc2914fc97f3 (patch) | |
| tree | 65b220f96bf5dd851afe05ed1fc3fa2b2b8154f9 | |
| parent | 76bffd107c213a0110a23b1f2a657f74b86ef088 (diff) | |
| download | emacs-config-7cd54860286f2382832c7a54123dcc2914fc97f3.tar.gz emacs-config-7cd54860286f2382832c7a54123dcc2914fc97f3.zip | |
[oni-lsp] Remove non-existent variable
| -rw-r--r-- | oni-lsp.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; 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) |
