all repos — nixfiles @ 00fbb034227dae5869b653906a5778bb3db8567d

System and user configuration, managed by nix and home-manager

Emacs: remove deprecated lsp variable

Alan Pearce
commit

00fbb034227dae5869b653906a5778bb3db8567d

parent

7a1708bd4ce3439ccda00698f4dbf0e201787390

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -866,7 +866,6 @@ #'lsp)
: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"))))