Quoted By:
Smol image edition
>General Emacs resources
https://www.gnu.org/software/emacs/manual/emacs.html (GNU Emacs Manual)
https://www.emacswiki.org (Emacs Wiki)
https://github.com/emacs-tw/awesome-emacs (Big List of Packages)
>Tutorials
C-h t (Interactive Tutorial)
https://www.gnu.org/software/emacs/tour (GNU Emacs Tour)
https://www.youtube.com/playlist?list=PLX2044Ew-UVVv31a0-Qn3dA6Sd_-NyA1n ((Youtube) General Introduction)
https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE ((Youtube) Org Mode)
https://www.youtube.com/playlist?list=PL8Bwba5vnQK14z96Gil86pLMDO2GnOhQ6 ((Youtube) Advanced Configuration)
>(Self) Documentation
C-h k (Keybinds)
C-h f (Functions)
C-h v (Variables)
C-h i (Assorted Manuals)
>Premade Configs
=Make your own=
https://github.com/hlissner/doom-emacs/tree/develop (Doom Emacs)
https://github.com/syl20bnr/spacemacs (Spacemacs (heavy))
https://github.com/snackon/Witchmacs (Witchmacs (Basic config with sane defaults))
https://github.com/bbatsov/prelude (Prelude (Basic starter kit))
>Managing Multiple Configs
https://github.com/plexus/chemacs2 (Profile switcher)
>Reduce Startup Time
use-package defer
https://www.emacswiki.org/emacs/EmacsAsDaemon
https://www.emacswiki.org/emacs/OptimizingEmacsStartup
http://akrl.sdf.org/gccemacs.html (Native Compilation, experimental)
>Changing Default Keybinds
https://pastebin.com/2hg4g3C6
>Programming resources for Emacs Lisp, Common Lisp, Scheme and Clojure:
https://pastebin.com/DcLd3qX1
>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: >>80818715
>General Emacs resources
https://www.gnu.org/software/emacs/manual/emacs.html (GNU Emacs Manual)
https://www.emacswiki.org (Emacs Wiki)
https://github.com/emacs-tw/awesome-emacs (Big List of Packages)
>Tutorials
C-h t (Interactive Tutorial)
https://www.gnu.org/software/emacs/tour (GNU Emacs Tour)
https://www.youtube.com/playlist?list=PLX2044Ew-UVVv31a0-Qn3dA6Sd_-NyA1n ((Youtube) General Introduction)
https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE ((Youtube) Org Mode)
https://www.youtube.com/playlist?list=PL8Bwba5vnQK14z96Gil86pLMDO2GnOhQ6 ((Youtube) Advanced Configuration)
>(Self) Documentation
C-h k (Keybinds)
C-h f (Functions)
C-h v (Variables)
C-h i (Assorted Manuals)
>Premade Configs
=Make your own=
https://github.com/hlissner/doom-emacs/tree/develop (Doom Emacs)
https://github.com/syl20bnr/spacemacs (Spacemacs (heavy))
https://github.com/snackon/Witchmacs (Witchmacs (Basic config with sane defaults))
https://github.com/bbatsov/prelude (Prelude (Basic starter kit))
>Managing Multiple Configs
https://github.com/plexus/chemacs2 (Profile switcher)
>Reduce Startup Time
use-package defer
https://www.emacswiki.org/emacs/EmacsAsDaemon
https://www.emacswiki.org/emacs/OptimizingEmacsStartup
http://akrl.sdf.org/gccemacs.html (Native Compilation, experimental)
>Changing Default Keybinds
https://pastebin.com/2hg4g3C6
>Programming resources for Emacs Lisp, Common Lisp, Scheme and Clojure:
https://pastebin.com/DcLd3qX1
>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: >>80818715