type in README.org

This commit is contained in:
Renaud Casenave-Péré 2021-12-09 14:06:22 +01:00
parent 0cbbe6d24a
commit 27fd594a2b

View file

@ -87,7 +87,7 @@ You can even do that directly in emacs with the following code:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(let ((httpd-port 8000)) ; default 8080 port is already used by the sdk build engine (let ((httpd-port 8000)) ; default 8080 port is already used by the sdk build engine
(call-interactively httpd-serve-directory)) (call-interactively 'httpd-serve-directory))
#+END_SRC #+END_SRC
* Customize * Customize