lang/org: use fork of evil-org

First step to fixing its issues.

Relevant to #1897, #1828
This commit is contained in:
Henrik Lissner 2019-10-23 17:36:30 -04:00
parent 009cfbcb90
commit fb28586795
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 9 additions and 15 deletions

View file

@ -11,7 +11,7 @@
(package! org-bullets :recipe (:host github :repo "Kaligule/org-bullets"))
(package! toc-org)
(when (featurep! :editor evil)
(package! evil-org))
(package! evil-org :recipe (:host github :repo "hlissner/evil-org-mode")))
(when (featurep! :tools pdf)
(package! org-pdfview))
(package! htmlize)