diff options
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/emacs.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index f6e32ec1..bab94999 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -180,11 +180,10 @@ in }; }); 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) |