Kaynağa Gözat

Added emacs-present command

Samuel W. Flint 7 yıl önce
ebeveyn
işleme
f578dcfd7a
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      emacs-present

+ 7 - 0
emacs-present

@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ $# -lt 1 ] ; then
+    echo "emacs-present file"
+fi
+
+emacsclient -c -n -F "((name . \"emacs-present\"))" $1