Update the snippet for opening the local export in Firefox.
This commit is contained in:
parent
5cf439cd91
commit
b6a320ca92
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
Evaluating this code block opens the exported site in the last
|
||||
viewed Firefox window.
|
||||
#+BEGIN_SRC elisp :results silent
|
||||
(shell-command "firefox www/index.html")
|
||||
(shell-command "firefox public_html/index.html")
|
||||
#+END_SRC
|
||||
|
||||
* Pushing to remote
|
||||
|
|
Loading…
Reference in a new issue