Explorar o código

Re-tangled LPTF

Samuel W. Flint %!s(int64=9) %!d(string=hai) anos
pai
achega
7859c64edb
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      lptf

+ 3 - 1
lptf

@@ -1,4 +1,6 @@
 #!/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)"
+emacs -q -nw --load "~/.emacs.d/general-print-file.el" \
+      --exec "(print-file-proper \"$1\")" \
+      --exec "(kill-emacs)"
 # printout-script ends here