summaryrefslogtreecommitdiffstats
path: root/2021/talks/devel.md
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-29 02:55:03 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-29 02:55:33 +0200
commitcb0a6c8f824c414af8f7bc95e70fdd4e5f71d436 (patch)
treef65c8c13b2c3e076e467938966450c2e87926de8 /2021/talks/devel.md
parent6814670e802f646762456adcee05f4962b922e0b (diff)
downloademacsconf-wiki-cb0a6c8f824c414af8f7bc95e70fdd4e5f71d436.tar.xz
emacsconf-wiki-cb0a6c8f824c414af8f7bc95e70fdd4e5f71d436.zip
Fix formatting in my talk description
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