lang/org: redo evil integration; add evil-org package

lang/org has now adopted much of evil-org, which introduces better evil
integration for org-mode. More testing is required.
This commit is contained in:
Henrik Lissner
2018-02-18 00:26:27 -05:00
parent 0b2a61593e
commit a01320deeb
3 changed files with 53 additions and 52 deletions

View File

@@ -7,6 +7,9 @@
(package! org-bullets :recipe (:fetcher github :repo "hlissner/org-bullets"))
(package! toc-org)
(when (featurep! :feature evil)
(package! evil-org))
(when (featurep! +attach)
(package! org-download))