doomemacs/core
Henrik Lissner 80ddf2122b
Fix doom-initialize-packages messing up load-path
This fixes issues with the doctor not being able to find certain
packages (like evil-collection), and an issue where using the package
management API (which calls doom-initialize-packages) breaks the current
session by breaking the load-path.
2018-06-26 18:58:06 +02:00
..
autoload Minor reformatting & docstring tweak 2018-06-26 01:48:15 +02:00
templates
test Remove doom//x naming convention 2018-06-17 21:35:58 +02:00
core-cli.el Fix byte-compiler 2018-06-24 22:39:22 +02:00
core-editor.el Refactor smartparens default rules 2018-06-25 15:54:38 +02:00
core-keybinds.el Autoload defhydras & use new naming convention 2018-06-26 01:43:54 +02:00
core-lib.el Optimize core-lib & pure module functions 2018-06-24 22:23:08 +02:00
core-modules.el Optimize core-lib & pure module functions 2018-06-24 22:23:08 +02:00
core-os.el Load core-os sooner & in all sessions 2018-06-18 12:04:30 +02:00
core-packages.el Fix doom-initialize-packages messing up load-path 2018-06-26 18:58:06 +02:00
core-projects.el Lazy load projectile (experimental) 2018-06-16 11:42:37 +02:00
core-tests.el Remove doom//x naming convention 2018-06-17 21:35:58 +02:00
core-ui.el Ensure paren isn't loaded at startup 2018-06-25 15:47:29 +02:00
core.el Move use-package config to core-modules 2018-06-20 12:48:59 +02:00
packages.el