浏览代码

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