浏览代码

Added remote emacs thingy

Samuel W. Flint 9 年之前
父节点
当前提交
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\")"'