From 9ccb99ee15f087a30eb746adb48984b49d5a6d79 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 22 Sep 2014 21:50:21 +0200 Subject: Reuse existing Emacs frame if possible --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/.zprofile b/zsh/.zprofile index 290b7c1..9748d66 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,5 +1,5 @@ export BROWSER=conkeror -export EDITOR="emacsclient -c -a emacs" +export EDITOR="emacsclient -a emacs" PATH="$HOME/usr/bin:$PATH" PATH="/usr/local/heroku/bin:$PATH" -- cgit v1.3-2-g0d8e