lang/org: fix uninstallable centered-window-mode package

Turns out centered-window-mode isn't in any ELPA repo. Was it removed?
I'm not sure, so it's now fetched directly from its github repo.
This commit is contained in:
Henrik Lissner 2018-01-28 15:10:45 -05:00
parent d4c1050e32
commit 01a5e9a1d7
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
:around #'+org-present*narrow-to-subtree))
(def-package! centered-window-mode :commands centered-window-mode)
(def-package! centered-window :commands centered-window-mode)
;;

View File

@ -23,7 +23,7 @@
(package! ox-pandoc))
(when (featurep! +present)
(package! centered-window-mode)
(package! centered-window :recipe (:fetcher github :repo "anler/centered-window-mode"))
(package! org-tree-slide)
(package! ox-reveal))