mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-01 23:02:58 -08:00
load!'s first argument is no longer a symbol (that will cause void-variable errors now) to save on unnecessary interning and simplify compile-time logic. It accepts any valid form that evaluates to a string now. If you use load!, you need to change its argument to a string! e.g. (load! +my-module) => (load! "+my-module") |
||
|---|---|---|
| .. | ||
| buffers.el | ||
| cache.el | ||
| debug.el | ||
| editor.el | ||
| files.el | ||
| help.el | ||
| memoize.el | ||
| menu.el | ||
| message.el | ||
| modules.el | ||
| packages.el | ||
| scratch.el | ||
| test.el | ||
| ui.el | ||