Преглед изворни кода

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