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