all repos — nixfiles @ 9da292bda121b762bffae4c07e83c455f9668d8f

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

Emacs: fix lsp

Alan Pearce
commit

9da292bda121b762bffae4c07e83c455f9668d8f

parent

7ae4a4e4c1921f26989687dbecc510cf57f70d1d

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -862,6 +862,7 @@ html-mode-hook
haskell-mode-hook) #'lsp) :config (progn + (require 'lsp-clients) (setq lsp-auto-guess-root t lsp-auto-configure nil lsp-enable-symbol-highlighting nil)