Samuel W. Flint 9 лет назад
Родитель
Сommit
e5bbaee28f
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      remote-emacs

+ 7 - 0
remote-emacs

@@ -0,0 +1,7 @@
+#!/bin/zsh
+
+if [ $# -eq 0 ] ; then
+    echo "Usage ${0} username@host"
+fi
+
+ssh ${1} -f emacsclient --eval '"(make-frame-on-display \"$DISPLAY\")"'