doomemacs/lisp
Henrik Lissner 6dffa09c71
refactor(profiles): bootstrap script
- Swap out the funcall+alist lookup for a pcase (which is expanded to a
  cond, which is is faster and easier to read).
- Wrap bootstrap file to $EMACSDIR/profiles/init.el, but byte-compile it
  to $EMACSDIR/profiles/init.X.el where X is emacs-major-version.
- Make doom-profiles-save's second argument optional (defaults to
  doom-profiles-bootstrap-file).
- Make doom-profiles-save throw a error if byte-compilation fails for
  some reason.
- Rename the tempvars to include 'doom' in their name, so debuggers know
  where they originate.
2022-09-17 21:41:42 +02:00
..
cli refactor(profiles): bootstrap script 2022-09-17 21:41:42 +02:00
lib refactor(lib): convert cli/autoloads.el to lib 2022-09-16 13:07:28 +02:00
doom-cli.el refactor(cli): read $DEBUG in early-init.el instead 2022-09-17 21:41:42 +02:00
doom-editor.el nit: comment revision and formatting 2022-09-16 01:14:22 +02:00
doom-keybinds.el refactor!: redesign module init/config hooks 2022-09-16 01:14:22 +02:00
doom-lib.el fix(lib): suppress 'Function X is already compiled' 2022-09-16 19:19:55 +02:00
doom-modules.el nit: minor comment revision and refactors 2022-09-16 17:01:57 +02:00
doom-packages.el nit: minor comment revision and refactors 2022-09-16 17:01:57 +02:00
doom-profiles.el refactor(profiles): bootstrap script 2022-09-17 21:41:42 +02:00
doom-projects.el nit: comment revision and formatting 2022-09-16 01:14:22 +02:00
doom-start.el refactor: local-vars: don't intern unneeded symbols 2022-09-17 12:12:11 +02:00
doom-ui.el fix: disable UI elements earlier 2022-09-16 01:14:23 +02:00
doom.el tweak: use doom-profile-*-dir for core dir/file vars 2022-09-17 21:41:42 +02:00
packages.el bump: :core 2022-09-06 22:55:47 +02:00