From 5b26804675010eb59db9e9f2635421504b94090b Mon Sep 17 00:00:00 2001
From: Blaise Thompson <blaise@untzag.com>
Date: Mon, 24 Jun 2019 18:51:43 -0500
Subject: 2019-06-24 18:51

---
 emacs/init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'emacs')

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
-- 
cgit v1.2.3