소스 검색

Re-tangled LPTF

Samuel W. Flint 10 년 전
부모
커밋
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