소스 검색

Fixed calling issue

Samuel W. Flint 9 년 전
부모
커밋
aa59c5222b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lptf

+ 1 - 1
lptf

@@ -1,4 +1,4 @@
 #!/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