summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-17 13:00:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-17 13:00:44 -0700
commit64e42765370010d37814fa771f18a8f59132ce59 (patch)
tree17e8dc09e69161afe96c4cb4d1b8630ede47af4f /.tmux.conf
parent3cc5a1c9da35895f9b7ce93539e232dd1258218d (diff)
downloaddotfiles-64e42765370010d37814fa771f18a8f59132ce59.tar.gz
let tmux start new Emacs daemons
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 9331864d..bf724ef0 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -47,7 +47,7 @@ bind g new-window -c "#{pane_current_path}" "grep --color=always -Eir '(copyrigh
# bind R command-prompt -p "ssh to host" "split-window 'ssh %1'"
# bind r command-prompt -p "ssh to host" "new-window -n %1 'ssh %1'"
# bind E split-window 'emacsclient -amg -t'
-bind e new-window -n emacs 'emacsclient -amg -t'
+bind e new-window -n emacs "emacsclient -t -a '' -e '(switch-to-buffer \"*scratch*\")'"
# bind t new-window -n irssi 'ii'
# ftp-master: tmux setup for NEW processing