lang/org: add +protocol module #257

Adds lazy-loaded support for org-protocol as a basis for features to
come.
This commit is contained in:
Henrik Lissner 2019-04-07 17:28:46 -04:00
parent ffe297bc7f
commit af4ca974a3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 42 additions and 5 deletions

View file

@ -49,11 +49,12 @@
:config
;; Sub-modules
(if (featurep! +attach) (load! "+attach"))
(if (featurep! +babel) (load! "+babel"))
(if (featurep! +capture) (load! "+capture"))
(if (featurep! +export) (load! "+export"))
(if (featurep! +present) (load! "+present")))
(if (featurep! +attach) (load! "+attach"))
(if (featurep! +babel) (load! "+babel"))
(if (featurep! +capture) (load! "+capture"))
(if (featurep! +export) (load! "+export"))
(if (featurep! +present) (load! "+present"))
(if (featurep! +protocol) (load! "+protocol")))
;;