doomemacs/core
Henrik Lissner c04bccc68b
Fix disabled packages not being disabled
By loading the private packages.el in two passes. The first time ensures
later modules will know about disabled packages and the second time
ensures overwritten packages are properly overwritten.

Not the most efficient, but efficiency is low priority in noninteractive
sessions (i.e. during package management), the performance loss is
negligible, and packages.el files (should) have no other side effects
anyway.
2018-06-01 17:03:01 +02:00
..
autoload Remove doom-psuedo-modules-dir 2018-06-01 17:01:39 +02:00
templates Fix doom//quickstart & improve feedback (make quickstart) 2018-05-25 12:49:39 +02:00
test Rename autoload-debug.el test to autoload-help.el 2018-05-24 21:20:02 +02:00
core-dispatcher.el Ignore untracked files on make upgrade 2018-06-01 11:25:47 +02:00
core-editor.el New emacs/ediff module 2018-05-27 12:52:28 +02:00
core-keybinds.el Add define-key! macro; refactor config/default key fixes 2018-06-01 02:17:10 +02:00
core-lib.el Fix associate!'s :files refusing a list of strings 2018-05-31 16:59:53 +02:00
core-os.el Get rid of doom-pre-init-hook 2018-05-28 16:07:11 +02:00
core-packages.el Fix disabled packages not being disabled 2018-06-01 17:03:01 +02:00
core-projects.el New macros file-exists-p! & project-file-exists-p! 2018-05-24 21:15:17 +02:00
core-ui.el Optimize switch buffer/window hooks 2018-06-01 16:40:39 +02:00
core.el Increase GC threshold from 8 to 16mb 2018-05-30 19:15:43 +02:00
packages.el Add esup back to core package list 2018-05-20 00:37:48 +02:00