chore(zshenv/emacs): set LSP_USE_PLIST to 1

This commit is contained in:
2024-11-28 19:14:07 +00:00
parent b56b651790
commit 9d29136ae6

1
zshenv
View File

@@ -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