doomemacs/core
Henrik Lissner f984d46a9b
Fix featurep! & load! calls while byte-compiling
The would prioritize load-file-name over byte-compile-current-file
during byte-compiling, which would result featurep! being unable to
resolve the current module and load! from figuring out where "here" was
to build its relative paths from.
2018-05-20 00:57:58 +02:00
..
autoload Move batch commands from core-packages to autoload/modules 2018-05-20 00:57:18 +02:00
test Remove doom--cycle-real-buffers; refactor kill-this-buffer advice 2018-02-02 20:47:31 -05:00
core-editor.el Add automatic indentation-detection (experimental) 2018-05-18 01:28:41 +02:00
core-keybinds.el Major refactor of Doom bootstrap process 2018-05-14 20:37:13 +02:00
core-lib.el Add doom-file-cookie-p to core-lib 2018-05-20 00:07:06 +02:00
core-os.el Fix exec-path/osx-clipboard initializing too early 2018-05-20 00:08:19 +02:00
core-packages.el Fix featurep! & load! calls while byte-compiling 2018-05-20 00:57:58 +02:00
core-projects.el Major refactor of Doom bootstrap process 2018-05-14 20:37:13 +02:00
core-ui.el Fix window is not a live frame error #596 2018-05-18 22:06:10 +02:00
core.el Refactor startup process, hooks, doom-initialize & doom! 2018-05-19 23:59:55 +02:00
packages.el Add esup back to core package list 2018-05-20 00:37:48 +02:00