diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-06-24 18:51:43 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-06-24 18:51:43 -0500 |
commit | 5b26804675010eb59db9e9f2635421504b94090b (patch) | |
tree | e14ed80c93d0da1cf20fdf240e1f90611cb8db89 /emacs | |
parent | 900b774ec3950b26b0ac94e52e0f04c12323af0e (diff) |
2019-06-24 18:51
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 2 |
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 |