Samuel W. Flint 9 лет назад
Родитель
Сommit
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