mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
chore(zshenv/emacs): set LSP_USE_PLIST to 1
This commit is contained in:
1
zshenv
1
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
|
||||
|
||||
Reference in New Issue
Block a user