doomemacs/modules/lang/web
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
..
autoload lang/web: fix +css/toggle-inline-or-block 2018-05-08 15:19:09 +02:00
test lang/web: add css library tests 2018-05-08 15:19:27 +02:00
+css.el Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
+html.el support handlebars templates 2018-05-25 18:13:28 +01:00
config.el 💥 Change first arg of load! macro 2018-05-27 12:52:28 +02:00
doctor.el lang/web: add doctor.el 2018-05-25 01:01:25 +02:00
packages.el Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00