Browse Source

Added remote emacs thingy

Samuel W. Flint 8 years ago
parent
commit
e5bbaee28f
1 changed files with 7 additions and 0 deletions
  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\")"'