doomemacs/core
Henrik Lissner a967aa051a
Force autoloads to use absolute paths
Autoload paths used to be relative to arbitrary roots (usually
doom-modules-dir). This commit changes doom//reload-autoloads to iterate
over autoloads in doom-autoloads-file and replace their file paths with
an absolute one.

Theoretically this should make Emacs feel marginally faster, but we
*probably* get more of a benefit from a shorter load-path (because we no
longer need doom-modules-dirs, doom-core-dir or doom-psuedo-module-paths
in the load-path).

This is highly experimental however!
2018-02-19 01:25:37 -05:00
..
autoload Fix doom//run-tests 2018-02-17 22:18:04 -05:00
test Remove doom--cycle-real-buffers; refactor kill-this-buffer advice 2018-02-02 20:47:31 -05:00
core-editor.el Fix editorconfig file ext 'guesser' in org-edit-src buffers 2018-02-13 19:42:39 -05:00
core-keybinds.el core-keybinds: remove redundant quotes 2018-02-04 17:29:03 -05:00
core-lib.el 💥 Redesign private sub-module system 2018-02-16 02:11:10 -05:00
core-os.el core-os: add IS-WINDOWS & w32-get-true-file-attributes = nil 2018-02-02 23:45:54 -05:00
core-packages.el Force autoloads to use absolute paths 2018-02-19 01:25:37 -05:00
core-projects.el Change doom-project-p to return a boolean 2018-02-06 17:30:38 -05:00
core-ui.el Move some UI vars from core.el to core-ui.el 2018-02-18 02:59:11 -05:00
core.el Remove doom group 2018-02-18 03:04:58 -05:00
packages.el Remove help-fns+, add helpful plugin #363 2018-01-21 21:37:15 -05:00