all repos — nixfiles @ d4bf97678862f6129ff286f205d5b05649b81d51

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

emacs: fix error when starting language servers with eglot

Alan Pearce
commit

d4bf97678862f6129ff286f205d5b05649b81d51

parent

c5623cbd64df17acc70e47fc19106a4689ef6912

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/emacs/init.eluser/emacs/init.el
@@ -1225,7 +1225,7 @@ (defun my/setup-eglot-eldoc ()
(push 'flymake-eldoc-function eldoc-documentation-functions)) (add-hook 'eglot-managed-mode-hook 'my/setup-eglot-eldoc) (setq-default eglot-workspace-configuration - '( :yaml (:keyOrdering nil) + '( :yaml (:keyOrdering :json-false) :nil (:nix (:flake (:autoArchive t))) :gopls ( :staticcheck t :usePlaceholders t)))