doomemacs/modules/tools
Henrik Lissner 1a452b6842
💥 Change first arg of load! macro
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")
2018-05-27 12:52:28 +02:00
..
editorconfig Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
ein Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
gist Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
macos Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
magit tools/magit: add magit-gitflow 2018-05-25 00:53:04 +02:00
make tools/make: make +make/run more robust; add +make/run-last #543 2018-04-20 04:14:30 -04:00
password-store 💥 Change first arg of load! macro 2018-05-27 12:52:28 +02:00
pdf Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
prodigy Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
rgb Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
rotate-text Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
tmux/autoload tools/tmux: minor refactor of +tmux/rerun 2018-05-25 00:53:46 +02:00
upload tools/upload: remove autoload library (unnecessary) 2018-02-21 17:09:53 -05:00