Switch to fork of org-bullets

The source repo is no longer maintained, so I forked it, fixed a couple
problems (mainly, I made it respect org-hide) and am now using it in
DOOM.
This commit is contained in:
Henrik Lissner 2017-05-29 01:22:47 +02:00
parent d1726e4a52
commit d83d800de9
3 changed files with 4 additions and 30 deletions

View file

@ -8,7 +8,7 @@
(package! org-plus-contrib :recipe (:fetcher git :url "http://orgmode.org/org-mode.git"))
(package! org-download)
(package! org-bullets)
(package! org-bullets :recipe (:fetcher github :repo "hlissner/org-bullets"))
(package! toc-org)
(package! ob-go)
(package! ob-mongo)