dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 7d719d37954924ddc96415af2bf57265e2146607
parent 969746fe4d41f21746a6b62abde351dec3f8a566
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 20 Jan 2019 17:36:21 -0500

Use existing emacs frames for VISUAL. Extra arguments causes weird problems.

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -14,7 +14,7 @@ export GTK_IM_MODULE=fcitx
 # Preferred applications
 export BROWSER="firefox"
 export EDITOR="nvim"
-export VISUAL="emacsclient -c -a emacs"
+export VISUAL="emacsclient"
 
 # Auto start tbsm after login on first two VTs.
 [[ $XDG_VTNR -le 2 ]] && tbsm