summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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