summaryrefslogtreecommitdiffstats
path: root/2021/talks/devel.md
diff options
context:
space:
mode:
Diffstat (limited to '2021/talks/devel.md')
-rw-r--r--2021/talks/devel.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/2021/talks/devel.md b/2021/talks/devel.md
index 015e8118..461f64f3 100644
--- a/2021/talks/devel.md
+++ b/2021/talks/devel.md
@@ -15,12 +15,12 @@ and work going on out there in the wider Emacs community, but we would
be even better off if more of that could go into Emacs itself.
Emacs' greatest strength is unfortunately sometimes also its greatest
-weakness: it is **too** hackable.
+weakness: it is *too* hackable.
On occasion, people out there add stuff to their Init file to fix this
or that annoyance, or even bug. The more ambitious might go on to
-package up such fixes: "Hey, `foo-mode` doesn't have support for
-`bookmark-set`, let's write a package!" I am here to suggest that you
+package up such fixes: "Hey, 'foo-mode' doesn't have support for
+'bookmark-set', let's write a package!" I am here to suggest that you
should not do that.
You should submit a patch to Emacs! Maybe more people have that same