summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2019-06-24 18:51:43 -0500
committerBlaise Thompson <blaise@untzag.com>2019-06-24 18:51:43 -0500
commit5b26804675010eb59db9e9f2635421504b94090b (patch)
treee14ed80c93d0da1cf20fdf240e1f90611cb8db89
parent900b774ec3950b26b0ac94e52e0f04c12323af0e (diff)
2019-06-24 18:51
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 35f6e1b..93a75d2 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -240,7 +240,7 @@ hl-line-mode
(defun print-file()
"Blaise's custom print-file function"
(interactive)
- (shell-command (concat "enscript -Bc " buffer-file-name)))
+ (shell-command (concat "enscript -Bc \"" buffer-file-name "\"")))
(defun push-mark-no-activate ()
"Pushes `point' to `mark-ring' and does not activate the region