Skip to content

Commit

Permalink
Fix problem reported in original issue shime#10 to accommodate white …
Browse files Browse the repository at this point in the history
…space in file names
  • Loading branch information
dapimentel committed Jan 27, 2023
1 parent 044485a commit 3f75598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livedown.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
(start-process-shell-command
(format "emacs-livedown")
(format "emacs-livedown-buffer")
(format "livedown start %s --port %s %s %s "
(format "livedown start '%s' --port %s %s %s "
buffer-file-name
livedown-port
(if livedown-browser (concat "--browser " livedown-browser) "")
Expand Down

0 comments on commit 3f75598

Please sign in to comment.