doomemacs/core/autoload
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
..
buffers.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
cache.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
cli.el 💥 Replace package.el/quelpa with straight #374 2019-07-22 02:30:40 +02:00
config.el Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
debug.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
files.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
fonts.el Refactor font loading 2019-07-22 02:30:40 +02:00
format.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
help.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
hydras.el 💥 Replace package.el/quelpa with straight #374 2019-07-22 02:30:40 +02:00
line-numbers.el Improve version check for line-numbers polyfill 2019-02-26 17:29:40 -05:00
packages.el Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
plist.el Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
projects.el Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
scratch.el Fix prefix arg for doom/switch-to-scratch-buffer 2019-07-22 02:30:41 +02:00
sessions.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
text.el General, minor reformatting across the board 2019-07-22 02:37:45 +02:00
ui.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00