mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
fix(org): serve evil-org-mode from @doomelpa
Instead of relying on Github's implicit redirect. Fix: #7875
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
(when (modulep! :editor evil +everywhere)
|
||||
(package! evil-org
|
||||
:recipe (:host github :repo "hlissner/evil-org-mode")
|
||||
:recipe (:host github :repo "doomelpa/evil-org-mode")
|
||||
:pin "a9706da260c45b98601bcd72b1d2c0a24a017700"))
|
||||
(when (modulep! :tools pdf)
|
||||
(package! org-pdftools :pin "4e420233a153a9c4ab3d1a7e1d7d3211c836f0ac"))
|
||||
|
Reference in New Issue
Block a user