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