From e059f06942e4fba19b513b8f806f59d0eea14d45 Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 24 May 2020 00:41:59 +0100 Subject: ~set alternate editor for emacsclient to be vim --- Shell/.zprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'Shell/.zprofile') diff --git a/Shell/.zprofile b/Shell/.zprofile index 3816ffe..71c3aee 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -5,6 +5,7 @@ export EDITOR="nvim" export TERMINAL="st" export BROWSER="qutebrowser" export PF_INFO="ascii title os memory uptime editor wm shell" +export EA_EDITOR='emacsclient -a "vim" -c -s MAIN' export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:~/.local/bin:~/.emacs.d/bin:~/.cargo/bin:~/.local/scripts export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true export DOTNET_CLI_TELEMTRY_OPTOUT=1 -- cgit v1.2.3-13-gbd6f