summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-18 22:08:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-18 22:08:27 -0700
commit4d2a37ed9bf3aeb911701ccd74423ccbfcf2f968 (patch)
treedba6b444025f6aa713bdf291908321c96d2ccdc0 /bin
parentcec33d4478c1ac055aa703439565539167bc6a91 (diff)
downloaddotfiles-4d2a37ed9bf3aeb911701ccd74423ccbfcf2f968.tar.gz
comment out opening an initial Emacs frame
Emacs init now ensures that the window title is the buffer name even if we have just one frame. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/debian-ftp-master12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/debian-ftp-master b/bin/debian-ftp-master
index e8a2c473..10117716 100755
--- a/bin/debian-ftp-master
+++ b/bin/debian-ftp-master
@@ -27,12 +27,12 @@ set -e
# sleep 1
# done
-# If there are no other Emacs frames open, the title of the frame will
-# be emacs@$HOST rather than *NEW notes*, which means we can't control
-# it. So, ensure one is open
-if ! wmctrl -lx | grep -q "emacs.Emacs"; then
- emacsclient -c -a '' -n -e '(switch-to-buffer "*scratch*")'
-fi
+# # If there are no other Emacs frames open, the title of the frame will
+# # be emacs@$HOST rather than *NEW notes*, which means we can't control
+# # it. So, ensure one is open
+# if ! wmctrl -lx | grep -q "emacs.Emacs"; then
+# emacsclient -c -a '' -n -e '(switch-to-buffer "*scratch*")'
+# fi
# first establish a control socket, so that the two interactive ssh
# connections don't race to do this and one of them disables multiplexing