diff options
author | Alan Pearce | 2020-02-27 12:05:16 +0100 |
---|---|---|
committer | Alan Pearce | 2020-02-27 12:05:16 +0100 |
commit | 00fbb034227dae5869b653906a5778bb3db8567d (patch) | |
tree | 4c2ff8b1b8d9403ef4012322293759858c9f750e | |
parent | 7a1708bd4ce3439ccda00698f4dbf0e201787390 (diff) | |
download | nixfiles-00fbb034227dae5869b653906a5778bb3db8567d.tar.lz nixfiles-00fbb034227dae5869b653906a5778bb3db8567d.tar.zst nixfiles-00fbb034227dae5869b653906a5778bb3db8567d.zip |
Emacs: remove deprecated lsp variable
-rw-r--r-- | user/emacs/.emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el index cac4e6e6..ef68b0f5 100644 --- a/user/emacs/.emacs.d/init.el +++ b/user/emacs/.emacs.d/init.el @@ -866,7 +866,6 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :config (progn (setq lsp-auto-guess-root t lsp-auto-configure nil - lsp-prefer-flymake nil lsp-enable-symbol-highlighting nil) (add-to-list 'lsp-language-id-configuration '(js-mode . "javascript")))) |