dds.org: Add a code block for opening the documentation.
This commit is contained in:
parent
00db8b651b
commit
e3e50c99ea
1 changed files with 7 additions and 0 deletions
7
dds.org
7
dds.org
|
@ -19,6 +19,13 @@ raco setup -l dds
|
||||||
|
|
||||||
The =dds= package must already be installed.
|
The =dds= package must already be installed.
|
||||||
|
|
||||||
|
Execute the following code block to open the documentation in the
|
||||||
|
last visited browser window.
|
||||||
|
|
||||||
|
#+BEGIN_SRC elisp :results silent
|
||||||
|
(shell-command "firefox doc/dds/index.html")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Racket Package catalog bug <2020-11-26 Thu>
|
* Racket Package catalog bug <2020-11-26 Thu>
|
||||||
=raco pkg= had a bug which caused it to fail with the following
|
=raco pkg= had a bug which caused it to fail with the following
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Reference in a new issue