diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-12 00:52:11 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-12 02:56:10 +0100 |
commit | 5f73650b8b8daab7c244c8d0195d6ffc5470766c (patch) | |
tree | 823fc937ea474204645fdb630e9e02544f692a01 /Shell/.zprofile | |
parent | 47f290caed9601eab7f07a776abcd648e81171b3 (diff) | |
download | dotfiles-5f73650b8b8daab7c244c8d0195d6ffc5470766c.tar.gz dotfiles-5f73650b8b8daab7c244c8d0195d6ffc5470766c.tar.bz2 dotfiles-5f73650b8b8daab7c244c8d0195d6ffc5470766c.zip |
+set alternate editor for emacsclient to be emacs
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r-- | Shell/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |