summaryrefslogtreecommitdiffstats
path: root/2023/talks/lspocaml.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-12-10 12:00:36 -0500
committerSacha Chua <sacha@sachachua.com>2023-12-10 12:00:36 -0500
commit89ce464a9ca5298428e31655948de251fb6d989f (patch)
treed3ca52b4966ae32ddab83a19cf79173e5958594a /2023/talks/lspocaml.md
parent59dd43d9b1797c2831238c293b7b50450b5fcc55 (diff)
downloademacsconf-wiki-89ce464a9ca5298428e31655948de251fb6d989f.tar.xz
emacsconf-wiki-89ce464a9ca5298428e31655948de251fb6d989f.zip
remove escape characters, BBB links
Diffstat (limited to '2023/talks/lspocaml.md')
-rw-r--r--2023/talks/lspocaml.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/2023/talks/lspocaml.md b/2023/talks/lspocaml.md
index c5f27a0a..7646c7b5 100644
--- a/2023/talks/lspocaml.md
+++ b/2023/talks/lspocaml.md
@@ -33,7 +33,7 @@ about writing a server, and how to integrate it with Emacs.
- Q:Why not write the LSP server in OCaml? I missed the reasoning to
switch to Rust/etc - performance?
- - A: The \"stack\" (cross-compilation, libraries, etc.) being less
+ - A: The "stack" (cross-compilation, libraries, etc.) being less
developed than for developing LSP servers in, e.g., TypeScript
- Q: What are the corner cases, limitations, and other issues you
encountered in implementing an LSP server with client in Emacs, that