summaryrefslogtreecommitdiffstats
path: root/2021/talks/structural.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-12-04 21:05:14 -0500
committerSacha Chua <sacha@sachachua.com>2021-12-04 21:05:14 -0500
commit76bd2482a4d8ca5ff192915cba7b9893c9a968a7 (patch)
tree087a687249f066f5b0e81f89741e3f92a943c8bf /2021/talks/structural.md
parentdc3a0b09cc0c9b7c09709008ddb4f6c12f38a6f8 (diff)
downloademacsconf-wiki-76bd2482a4d8ca5ff192915cba7b9893c9a968a7.tar.xz
emacsconf-wiki-76bd2482a4d8ca5ff192915cba7b9893c9a968a7.zip
Video tweaks, removed slashes too
Diffstat (limited to '2021/talks/structural.md')
-rw-r--r--2021/talks/structural.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/2021/talks/structural.md b/2021/talks/structural.md
index 8cedef37..03089a2d 100644
--- a/2021/talks/structural.md
+++ b/2021/talks/structural.md
@@ -51,7 +51,7 @@ IRC nick: ethan
- Q1: so tree-edit is orthogonal to the LSP features? 
- A: only uses tree-sitter yeah 
- Q2:any chance you tried this with Clojure as well? 
- - A: haven\'t tried it yet, i don\'t think tree-sitter-langs has a
+ - A: haven't tried it yet, i don't think tree-sitter-langs has a
clojure grammar AFAIK 
- Q3: Would we be able to do things like extract statement to a
variable? For example, extract a a math operation happening in a
@@ -68,11 +68,11 @@ IRC nick: ethan
to Tree-edit will be?
- A: Trying to add python, not super simple, C-like should be drop
in replacements
-- Q7: \@ethan Could tree-edit be made to work with Org (orgdown!)
+- Q7: @ethan Could tree-edit be made to work with Org (orgdown!)
itself, or maybe rather what would be needed to get such a unified
tree-editing framework to work also for complex Org trees? 
- Q8: Any plans for an Evil mode integration? evil-textobj-tree-sitter
- seems like it has a long way to go if it\'s to catch up to
+ seems like it has a long way to go if it's to catch up to
tree-edit.
- any chance you tried this with Clojure as well?
@@ -97,7 +97,7 @@ Links and other notes:
- inspired by paredit and lispy
- Another similar project is <https://github.com/mickeynp/combobulate>
by Mickey Petersen, the writer of Mastering Emacs.
-- It\'s an open source project so contributers are welcome
+- It's an open source project so contributers are welcome
- Future implication for this kind of work could be voice controlled
code writing/editing