Wearable Emacs edition
>General Emacs resourcesgnu.org /software/emacs/manual/emacs.html (GNU Emacs Manual)emacswiki.org (Emacs Wiki)github.com /emacs-tw/awesome-emacs (Big list of packages)github.com /thinkhuman/writingwithemacs (Tips for prose writing in Emacs)
>Tutorials C-h t (Interactive Tutorial)gnu.org /software/emacs/tour (GNU Emacs Tour)youtube.com /playlist?list=PLX2044Ew-UVVv31a0-Qn3dA6Sd_-NyA1n (General Introduction)youtube.com /playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE (Org Mode)youtube.com /playlist?list=PL8Bwba5vnQK14z96Gil86pLMDO2GnOhQ6 (Advanced Configuration)
>(Self) Documentation C-h k (Keybinds) C-h o (Functions and Variables) C-h i (Assorted Manuals)
>Premade Configs =Make your own=github.com /hlissner/doom-emacs/tree/develop (Doom Emacs)github.com /syl20bnr/spacemacs (Spacemacs (heavy))github.com /snackon/Witchmacs (Witchmacs)
>Reduce Startup Time use-package deferpastebin.com /mrPsnUas (Disable GC during startup)emacswiki.org /emacs/EmacsAsDaemon (Emacs as Daemon)akrl.sdf.org /gccemacs.html (Native Compilation, stable, merged into Emacs 28)emacswiki.org /emacs/SetupEl
>Changing Default Keybindspastebin.com /2hg4g3C6
>Programming resources for Emacs Lisp, Common Lisp, Scheme and Clojure:pastebin.com /nyTQp7qi >Troubleshooting If there seems to be a bug (or complicated issue), anons may ask you to compose an MWE (minimum working example). To create an MWE, try the following: 1) start emacs with "emacs -q". This disables your init. 2) try to reproduce your issue with as few settings changed and packages (manually) loaded as possible. These steps ensure that other anons can replicate your problem if it's something more involved. Sometimes you even find the cause yourself this way, too!
Previous thread:
Attached: 1648634080092.png (802x392, 337.86K)
June 3, 2022 - 05:01
Scheme!
Attached: FQiFCNXUYAIwZe-_(1).jpg (1045x863, 117.54K)
June 3, 2022 - 05:04
(polygon (map (lambda (xy) (apply make-posn xy)) '((0 0) (36 0) (36 24) (48 24) (48 0) (60 0)
(60 36) (36 36) (36 48) (60 48) (60 60)
(24 60) (24 36) (12 36) (12 60) (0 60)
(0 24) (24 24) (24 12) (0 12))) "solid" "black")
June 3, 2022 - 05:50
abbrevs are one of these things that sound good in theory but are hardly used in practice
June 3, 2022 - 11:44
Is guile a good choice for learning lisp?
June 3, 2022 - 11:54
Remember to contribute to lisp projects, remember to contribute upstream. This is the only way to keep the dream alive.
June 3, 2022 - 12:10