summaryrefslogtreecommitdiffstats
path: root/2020/info/02.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-01 00:44:21 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-01 00:44:21 -0500
commit59a50e53ec403dcd3a78a20ab4d67817813e07ae (patch)
tree0469a3258e7d8272119a50338109170b8a465f33 /2020/info/02.md
parent6be6f782694313f7492164b60db640e78a2e3d58 (diff)
downloademacsconf-wiki-59a50e53ec403dcd3a78a20ab4d67817813e07ae.tar.xz
emacsconf-wiki-59a50e53ec403dcd3a78a20ab4d67817813e07ae.zip
Fix spaces
Diffstat (limited to '2020/info/02.md')
-rw-r--r--2020/info/02.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/2020/info/02.md b/2020/info/02.md
index 739ded8b..6c33693a 100644
--- a/2020/info/02.md
+++ b/2020/info/02.md
@@ -40,7 +40,6 @@ development via emacs
- (info \"An Introduction to Programming in Emacs Lisp\") correction:
(info \"(eintr)\")
-
- Read code, write code, read documentation, repeat. Eventually
you'll go from customizing Emacs to writing your own packages.
Emacs makes it easy to learn about the bits you're interested in,
@@ -51,9 +50,7 @@ development via emacs
### Any recommendation for good packaging guides or places to start? I get a bit overwhelmed by some things e.g. the choice of different test frameworks
- See <https://github.com/alphapapa/emacs-package-dev-handbook>
-
- Old but still relevant: <https://www.youtube.com/watch?v=QRBcm6jFJ3Q>
-
- Things that a new major mode could hook into:
## Notes