doomemacs/core/autoload
Henrik Lissner 2b1c323dbf
💥 Redesign private sub-module system
~/.doom.d/modules is now a full module tree, like ~/.emacs.d/modules.
Symlinks are no longer involved.

Private modules can now shadow Doom modules. e.g.
~/.doom.d/modules/lang/org will take precendence over
~/.emacs.d/modules/lang/org.

Also, made doom--*-load-path variables public (e.g. doom--site-load-path
=> doom-site-load-path), and rearranged the load-path for a 10-15%
startup boost.
2018-02-16 02:11:10 -05:00
..
buffers.el Fix kill-buffer arguments. 2018-02-10 19:36:06 +03:00
cache.el Add new cache library (persistent-soft wrapper) 2018-01-07 00:15:57 -05:00
debug.el 💥 Redesign private sub-module system 2018-02-16 02:11:10 -05:00
editor.el Appease byte-compiler-sama 2018-02-14 20:54:53 -05:00
files.el New doom/*-this-file commands; move doom/sudo* to new files library 2018-02-14 05:40:37 -05:00
help.el 💥 Redesign private sub-module system 2018-02-16 02:11:10 -05:00
memoize.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
menu.el Minor refactor & correction 2018-01-29 17:39:08 -05:00
message.el 💥 Redesign private sub-module system 2018-02-16 02:11:10 -05:00
minibuffer.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
packages.el Fix package manager not detecting outdated quelpa packages 2018-02-13 05:23:40 -05:00
scratch.el Combine doom/open-scratch-buffer & doom/open-project-scratch-buffer 2018-02-02 20:47:33 -05:00
system.el Fix doom-fetch & remove --depth 1 2017-12-23 01:47:27 -05:00
test.el 💥 Redesign private sub-module system 2018-02-16 02:11:10 -05:00
ui.el Remove doom/toggle-fullsreen; redundant with toggle-frame-fullscreen 2018-02-02 20:47:34 -05:00