Fix the last commit

This commit is contained in:
Alexander Rosenberg 2025-02-17 02:09:01 -08:00
parent 4d0a221db4
commit 5ed7f948ef
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -99,9 +99,9 @@ elif [[ -v INSIDE_EMACS ]]; then
alias e='emacsclient '
alias emacs='emacsclient '
alias n='emacsclient '
elif [[ -v DISTROBOX_ENTER_PATH ]]; then
export EDITOR='emacsclient -a nvim -c'
alias emacs='emacsclient -a nvim -c '
elif cmd_exists distrobox-host-exec; then
export EDITOR='distrobox-host-exec emacsclient -a nvim -c'
alias emacs='distrobox-host-exec emacsclient -a nvim -c '
alias n='emacs '
alias e='emacs '
else