From 5f73650b8b8daab7c244c8d0195d6ffc5470766c Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 12 Jul 2020 00:52:11 +0100 Subject: +set alternate editor for emacsclient to be emacs --- Shell/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Shell') diff --git a/Shell/.zprofile b/Shell/.zprofile index 9edd62c..d9f8dac 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -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" -- cgit v1.2.3-13-gbd6f