doomemacs/modules/feature
Henrik Lissner 928812da8a
Make def-setting! behave more like defmacro
set! used to aggressively evaluate its arguments (at expansion-time),
even if placed inside an after! block. This causes unavoidable errors if
those arguments use functions/variables that don't exist yet.

Fixes #112
2017-06-19 00:32:44 +02:00
..
debug Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
eval Make def-setting! behave more like defmacro 2017-06-19 00:32:44 +02:00
evil Make def-setting! behave more like defmacro 2017-06-19 00:32:44 +02:00
file-templates Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
jump Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
snippets Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
spellcheck Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
syntax-checker Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
version-control Make def-setting! behave more like defmacro 2017-06-19 00:32:44 +02:00
workspaces Disable main workspace in noninteractive emacs 2017-06-14 21:15:20 +02:00