Explorar o código

Added remote emacs thingy

Samuel W. Flint %!s(int64=8) %!d(string=hai) anos
pai
achega
e5bbaee28f
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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\")"'