Files
doomemacs/core
Henrik Lissner 0b7b8800a2 Add support for module flags in doom! macro #158
For example:

  (doom! :feature (version-control +git))

I leave it to modules to interpret these flags, and they can be detected
through one of the following:

 + (featurep! :feature version-control +git)
 + (featurep! +git) -- syntactic sugar, only available from within
   modules.
 + (doom-module-flags :feature version-control) -- returns a list of
   flags for this module.

Flags are also available from packages.el files.
2017-08-08 16:38:17 +02:00
..
2017-07-26 18:49:14 +02:00
2017-07-27 19:10:01 +02:00
2017-07-26 18:43:10 +02:00
2017-08-06 16:30:53 +02:00
2017-08-08 16:31:48 +02:00