Reuse existing Emacs frame if possible
This commit is contained in:
parent
440c0cc3ca
commit
9ccb99ee15
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
terminal = "urxvtc"
|
||||
editor = "emacsclient -c"
|
||||
editor = "emacsclient"
|
||||
editor_cmd = editor
|
||||
|
||||
-- Default modkey.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = Tom Willemse
|
||||
email = tom@ryuslash.org
|
||||
[core]
|
||||
editor = emacs -nw
|
||||
editor = emacsclient -a emacs
|
||||
whitespace = trailing-space,tab-in-indent,space-before-tab
|
||||
[color]
|
||||
ui = auto
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue