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
..
autoload Simplify core loading process (part 2) 2017-08-08 16:31:48 +02:00
test test/autoload/buffers: fix dead buffers in buffer-list 2017-08-08 14:09:49 +02:00
core-editor.el Refactor core-editor 2017-07-26 18:49:14 +02:00
core-keybinds.el Refactor core-keybinds 2017-07-27 19:10:01 +02:00
core-lib.el Don't return anything from set! on failure 2017-06-24 17:23:11 +02:00
core-os.el core-os: remove unnecessary persistent-soft-store 2017-06-10 11:54:47 +02:00
core-packages.el Add support for module flags in doom! macro #158 2017-08-08 16:38:17 +02:00
core-popups.el Enable shackle-mode later in startup process 2017-07-13 00:00:35 +02:00
core-projects.el Refactor core-projects 2017-07-26 18:43:10 +02:00
core-ui.el General cleanup & refactor 2017-08-06 16:30:53 +02:00
core.el Simplify core loading process (part 2) 2017-08-08 16:31:48 +02:00
packages.el Refactor line number implementation 2017-07-19 00:25:05 +02:00