+set alternate editor for emacsclient to be emacs
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# .zprofile -*- mode: sh; lexical-binding: t; -*-
|
# .zprofile -*- mode: sh; lexical-binding: t; -*-
|
||||||
|
|
||||||
# Standard Variables
|
# Standard Variables
|
||||||
export EDITOR='emacsclient -s MAIN -a "nvim" -c'
|
export EDITOR='emacsclient -s MAIN -a "emacs" -c'
|
||||||
export EA_EDITOR=$EDITOR
|
export EA_EDITOR=$EDITOR
|
||||||
export TERMINAL="alacritty"
|
export TERMINAL="alacritty"
|
||||||
export BROWSER="qutebrowser"
|
export BROWSER="qutebrowser"
|
||||||
|
|||||||
Reference in New Issue
Block a user