From 9d29136ae6160358a4d42a2713113d5d0090e552 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 28 Nov 2024 19:14:07 +0000 Subject: [PATCH] chore(zshenv/emacs): set LSP_USE_PLIST to 1 --- zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/zshenv b/zshenv index 2e69dc1..5204ee0 100644 --- a/zshenv +++ b/zshenv @@ -264,6 +264,7 @@ path_prepend "$HOME/.evm/shims" # Set Emacs-related environment variables export EMACS="emacs" export EMACSCLIENT="emacsclient" +export LSP_USE_PLISTS="true" # Improve lsp-mode performance. # On macOS we want to use the Emacs.app application bundle if [[ "$OSTYPE" == "darwin"* ]]; then