Samuel W. Flint пре 10 година
родитељ
комит
aac49c5059
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      lptf

+ 4 - 0
lptf

@@ -0,0 +1,4 @@
+#!/bin/zsh
+# printout-script, my-init.org
+emacs -q --nw --load "~/.emacs.d/general-print-file.el" --exec "(print-file-proper \"$1\")" --exec "(kill-emacs)"
+# printout-script ends here