doomemacs/core
Henrik Lissner 93f7520c79
Refactor Doom core init process (again)
- Eager-load all core autoloaded libraries if autoloads file isn't
  present.
- Renames functions to be more descriptive of their true purpose:
  - doom-initialize-autoloads -> doom-load-autoloads-file
  - doom-load-env-vars -> doom-load-envvars-file
- Use doom-module-p instead of featurep! for backend use (the latter is
  mainly syntax sugar for module use, and evaluates at compile/expansion
  time, which may cause hash-table-p errors early in the startup
  process).
- Reorder plist library to prevent load order race condition with the
  functions using the macros that haven't been defined yet.
2019-07-22 23:22:54 +02:00
..
autoload Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
cli Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
templates
test 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
core-cli.el Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
core-editor.el Improve smartparens config and comments 2019-07-22 02:38:20 +02:00
core-keybinds.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
core-lib.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
core-modules.el Refactor doom-module-from-path 2019-07-22 22:34:08 +02:00
core-packages.el Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
core-projects.el Fix hash-table-p errors loading projectile 2019-07-22 06:28:32 +02:00
core-ui.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
core.el Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
doctor.el cli/doctor: fix stringp error if fd isn't installed 2019-07-22 02:37:47 +02:00
packages.el 💥 Replace package.el/quelpa with straight #374 2019-07-22 02:30:40 +02:00