all repos — nixfiles @ 65ad9cd252346a0ab3af05d299ea67bda8886139

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

emacs: fix lsp-mode in daemon sessions

Alan Pearce
commit

65ad9cd252346a0ab3af05d299ea67bda8886139

parent

aa212dd7bef8c8326d639d72391e05d47a45be8a

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M user/emacs/early-init.eluser/emacs/early-init.el
@@ -10,3 +10,5 @@ (menu-bar-mode -1))
(scroll-bar-mode -1) (tool-bar-mode -1) (set-fringe-mode '(4 . 4)) + +(setenv "LSP_USE_PLISTS" "true") ; must match with lsp-mode override