doomemacs/lisp
Henrik Lissner 71b2b09f5c
fix(cli): doom-cli-load: replace load! w/ doom-load
load! effectively loads (file-name-concat (dir!) PATH) which, in this
case, is concatenating two absolute file paths. Emacs does the right
thing and loads PATH, but I don't want to rely on this good fortune as
it could be broken in a future update.
2022-09-24 22:09:39 +02:00
..
cli refactor: introduce doom-context 2022-09-24 22:09:05 +02:00
lib refactor: introduce doom-context 2022-09-24 22:09:05 +02:00
doom-cli.el fix(cli): doom-cli-load: replace load! w/ doom-load 2022-09-24 22:09:39 +02:00
doom-editor.el refactor: minor refactors & commentary revision 2022-09-24 20:31:34 +02:00
doom-keybinds.el refactor: minor refactors & commentary revision 2022-09-24 20:31:34 +02:00
doom-lib.el refactor: introduce doom-context 2022-09-24 22:09:05 +02:00
doom-modules.el refactor: use doom-module-*-file variables; add two 2022-09-24 20:31:34 +02:00
doom-packages.el refactor: introduce doom-context 2022-09-24 22:09:05 +02:00
doom-profiles.el refactor: introduce doom-context 2022-09-24 22:09:05 +02:00
doom-projects.el nit: comment revision and formatting 2022-09-16 01:14:22 +02:00
doom-start.el refactor: introduce doom-context 2022-09-24 22:09:05 +02:00
doom-ui.el perf: defer init for frame's buffer-predicate 2022-09-20 02:29:14 +02:00
doom.el refactor: introduce doom-context 2022-09-24 22:09:05 +02:00
init.el fix: add :depth field to modules 2022-09-24 18:46:21 +02:00
packages.el module: add :config use-package 2022-09-24 18:46:21 +02:00