瀏覽代碼

Re-tangled LPTF

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