ソースを参照

Added remote emacs thingy

Samuel W. Flint 8 年 前
コミット
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\")"'