Browse Source

Added the presentation script

Samuel W. Flint 10 năm trước cách đây
mục cha
commit
ff62a19790
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      presentation-start

+ 4 - 0
presentation-start

@@ -0,0 +1,4 @@
+#!/bin/zsh
+# generic-presentation-script, my-init.org
+emacs -q --load ~/.emacs.d/general-presentation.el $@
+# generic-presentation-script ends here