doomemacs/modules/feature/version-control
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
..
+git.el Update git-gutter on doom//escape, even for non-evil users 2018-05-26 23:28:36 +02:00
autoload.el Fix vcs/git-browse* commands #616 2018-05-26 11:13:21 +02:00
config.el 💥 Change first arg of load! macro 2018-05-27 12:52:28 +02:00
packages.el Move magit from features/version-control to new tools/magit module 2018-03-14 18:33:26 -04:00