Browse Source

Added emacs-present command

Samuel W. Flint 7 years ago
parent
commit
f578dcfd7a
1 changed files with 7 additions and 0 deletions
  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