all repos — nixfiles @ e9dc916b603c9eef0bc7481e660675c2826a130f

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

emacs: optimise LSP setup with emacs-lsp-booster

Alan Pearce
commit

e9dc916b603c9eef0bc7481e660675c2826a130f

parent

11b85ddd708200a18225172ec9af35525e4fe518

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

changed files
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -84,6 +84,7 @@ dtrt-indent
envrc editorconfig eldoc-box + eglot-booster embark embark-consult esh-buf-stack
@@ -183,7 +184,7 @@ license = pkgs.lib.licenses.gpl3;
}; }; lsp-mode = self.melpaPackages.lsp-mode.overrideAttrs { - LSP_USE_PLISTS = "true"; # must be set in early-init + env.LSP_USE_PLISTS = true; # must be set in early-init }; }; extraConfig = ''
@@ -199,6 +200,7 @@ };
home.packages = with pkgs; [ editorScript enchant + emacs-lsp-booster ]; xdg.configFile."emacs/early-init.el" = { source = direct_symlink "user/settings/emacs/early-init.el";