mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
feat(emacs): add hacky evm (Emacs Version Manager) script for Linux
This commit is contained in:
5
zshenv
5
zshenv
@@ -150,6 +150,11 @@ fi
|
||||
# Use custom emacs install if available
|
||||
path_prepend "/opt/emacs/bin"
|
||||
|
||||
# evm setup.
|
||||
export EVM_MODE=user
|
||||
export EVM_NATIVE_FULL_AOT=1
|
||||
path_prepend "$HOME/.evm/shims"
|
||||
|
||||
# Set Emacs-related environment variables
|
||||
export EMACS="emacs"
|
||||
export EMACSCLIENT="emacsclient"
|
||||
|
||||
Reference in New Issue
Block a user