Przeglądaj źródła

Re-tangled LPTF

Samuel W. Flint 9 lat temu
rodzic
commit
7859c64edb
1 zmienionych plików z 3 dodań i 1 usunięć
  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