Samuel W. Flint преди 9 години
родител
ревизия
7859c64edb
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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