Skip to content

Commit

Permalink
cd for rojo serve
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Feb 25, 2021
1 parent 5703909 commit f27e79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blox.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ message. Return the path to the file."
(blox--save-some-lua-mode-buffers)
(if (blox--kill-if-running-p "*rojo-serve*")
(with-current-buffer (get-buffer-create "*rojo-serve*")
(cd (file-name-directory project-path))
(help-mode)
(make-process
:name "*rojo-serve*"
Expand Down

0 comments on commit f27e79d

Please sign in to comment.