Reuse existing Emacs frame if possible

This commit is contained in:
Tom Willemse 2014-09-22 21:50:21 +02:00
parent 440c0cc3ca
commit 9ccb99ee15
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ avandu.ttrss_url = "https://ryuslash.org/tt-rss/api/"
-- This is used later as the default terminal and editor to run. -- This is used later as the default terminal and editor to run.
terminal = "urxvtc" terminal = "urxvtc"
editor = "emacsclient -c" editor = "emacsclient"
editor_cmd = editor editor_cmd = editor
-- Default modkey. -- Default modkey.

View file

@ -2,7 +2,7 @@
name = Tom Willemse name = Tom Willemse
email = tom@ryuslash.org email = tom@ryuslash.org
[core] [core]
editor = emacs -nw editor = emacsclient -a emacs
whitespace = trailing-space,tab-in-indent,space-before-tab whitespace = trailing-space,tab-in-indent,space-before-tab
[color] [color]
ui = auto ui = auto

View file

@ -1,5 +1,5 @@
export BROWSER=conkeror export BROWSER=conkeror
export EDITOR="emacsclient -c -a emacs" export EDITOR="emacsclient -a emacs"
PATH="$HOME/usr/bin:$PATH" PATH="$HOME/usr/bin:$PATH"
PATH="/usr/local/heroku/bin:$PATH" PATH="/usr/local/heroku/bin:$PATH"