瀏覽代碼

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