ソースを参照

Added emacs-present command

Samuel W. Flint 7 年 前
コミット
f578dcfd7a
1 ファイル変更7 行追加0 行削除
  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