doomemacs/static
Henrik Lissner 6f40ad55f5
docs: discourage after! and use-package! use
There's little reason for users to use these macros in their private
configs over plain ol' `with-eval-after-load` and `use-package`, unless
they're writing their own modules.

It's my fault for signal boosting them in documentation and whenever I'm
asked for help, because beginners now believe they are somehow
required for Doom to work correctly (there are guides out there
telling beginners that migrating to Doom involves replacing all
instances of `with-eval-after-load` and `use-package` in their
pre-existing configs with `after!` and `use-package!` -- which was never
true).

What's more, I plan to replace `use-package`, internally, so the
`use-package!` macro won't exist for much longer.
2026-02-09 04:29:47 -05:00
..
BUG_REPORT refactor: move templates/ to static/ 2024-11-30 22:50:27 -05:00
config.example.el docs: discourage after! and use-package! use 2026-02-09 04:29:47 -05:00
init.example.el module!: add :editor whitespace 2025-09-24 02:23:30 -04:00
packages.example.el docs: revise packages.example.el 2025-09-14 23:26:40 -04:00
QUICKSTART_INTRO refactor: move templates/ to static/ 2024-11-30 22:50:27 -05:00
VANILLA_SANDBOX refactor: move templates/ to static/ 2024-11-30 22:50:27 -05:00