+set alternate editor for emacsclient to be emacs

This commit is contained in:
dx
2020-07-12 00:52:11 +01:00
parent 47f290caed
commit 5f73650b8b

View File

@@ -1,7 +1,7 @@
# .zprofile -*- mode: sh; lexical-binding: t; -*-
# Standard Variables
export EDITOR='emacsclient -s MAIN -a "nvim" -c'
export EDITOR='emacsclient -s MAIN -a "emacs" -c'
export EA_EDITOR=$EDITOR
export TERMINAL="alacritty"
export BROWSER="qutebrowser"