summaryrefslogtreecommitdiffstats
path: root/2022/talks/orgvm.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-12-10 16:48:09 -0500
committerSacha Chua <sacha@sachachua.com>2022-12-10 16:48:09 -0500
commit3a8a34d7a50f679f0d3715c339cd5652e2deb7ce (patch)
tree66ed7db24c17af1a72f286246c936bec1b15bd8c /2022/talks/orgvm.md
parent9f0801ef2f6ace5ca7a74f465f4479624de72a9d (diff)
downloademacsconf-wiki-3a8a34d7a50f679f0d3715c339cd5652e2deb7ce.tar.xz
emacsconf-wiki-3a8a34d7a50f679f0d3715c339cd5652e2deb7ce.zip
remove backslashes
Diffstat (limited to '2022/talks/orgvm.md')
-rw-r--r--2022/talks/orgvm.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/2022/talks/orgvm.md b/2022/talks/orgvm.md
index 762433aa..b1c60d35 100644
--- a/2022/talks/orgvm.md
+++ b/2022/talks/orgvm.md
@@ -22,10 +22,10 @@ generation of elisp from javascript/JSON.
## Questions and answers
-- Q: Why not build upon Nic Ferrier\'s elnode web server written in
- Elisp?  As Nic describes it: \"Elnode is a non-blocking IO webserver
+- Q: Why not build upon Nic Ferrier's elnode web server written in
+ Elisp?  As Nic describes it: "Elnode is a non-blocking IO webserver
written entirely in EmacsLisp. It's like an EmacsLisp version of
- node.js.\"  Your implementation will likely get much simpler if you
+ node.js."  Your implementation will likely get much simpler if you
keep it all in Lisp.
- A: I chose to build with node.js because that was easy for me;
but an Emacs based version sounds awesome!