emacs: fix lsp-mode in daemon sessions
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M user/settings/emacs.nix → user/settings/emacs.nix
@@ -180,11 +180,10 @@ # date = "2024-05-01T22:22:02+02:00"; }; }); lsp-mode = self.melpaPackages.lsp-mode.overrideAttrs { - LSP_USE_PLISTS = "true"; # sync with below + LSP_USE_PLISTS = "true"; # must be set in early-init }; }; extraConfig = '' - (setenv "LSP_USE_PLISTS" "true") ; sync with above (with-eval-after-load 'editorconfig (setq editorconfig-exec-path "${pkgs.editorconfig-core-c}/bin/editorconfig")) (when (featurep 'native-compile)