|
@@ -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
|