Files
doomemacs/core
Henrik Lissner be44b1ae8a Fix package!'s :disable being read unconditionally
Because the package was added to doom-disabled-packages at macro
expansion time, rather than at run time. This meant that, even if you
did:

  (when nil
    (package! x :disable t))

x would still be disabled.

Reported by @ar1a
2018-06-24 12:08:55 +02:00
..
2018-06-17 21:35:58 +02:00
2018-06-23 19:53:54 +02:00
2018-06-23 19:53:54 +02:00
2018-06-23 22:23:35 +02:00
2018-06-17 21:35:58 +02:00
2018-06-23 19:53:54 +02:00