Kaynağa Gözat

Added remote emacs thingy

Samuel W. Flint 8 yıl önce
ebeveyn
işleme
e5bbaee28f
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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\")"'