summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-09-22 21:50:21 +0200
committerGravatar Tom Willemse2014-09-22 21:50:21 +0200
commit9ccb99ee15f087a30eb746adb48984b49d5a6d79 (patch)
treee6bb1b6fb3fc6ef8fc09c4d4b01a2518501f22f7 /zsh
parent440c0cc3ca6d7e1338e8134311952d27a1c9a616 (diff)
downloaddotfiles-9ccb99ee15f087a30eb746adb48984b49d5a6d79.tar.gz
dotfiles-9ccb99ee15f087a30eb746adb48984b49d5a6d79.zip
Reuse existing Emacs frame if possible
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
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"