From 6494fdef548ba7b483193fc62747c64798d71a81 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Jan 2016 21:14:40 -0800 Subject: [bash] Change alias for EDITOR. Create a new frame instead of opening a new window in the terminal. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 63a96f1..bcb3c51 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -export EDITOR="emacsclient -a '' -nw" +export EDITOR="emacsclient -a ''" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" -- cgit 1.4.1