Browse Source

Fixed calling issue

Samuel W. Flint 9 years ago
parent
commit
aa59c5222b
1 changed files with 1 additions and 1 deletions
  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