mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't install org-plus-contrib in Emacs 26+
Emacs 26+ has Org 9.1.4 built in.
This commit is contained in:
@ -1,11 +1,12 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/org/packages.el
|
;;; lang/org/packages.el
|
||||||
|
|
||||||
;; NOTE This is an insecure source, but unavoidable if we want org 9.0+ (which
|
(when (version< emacs-version "26.1")
|
||||||
;; this module requires). orgmode.org offers no secure access to this repo. If
|
;; We want org 9.1.x, but the org packaged with Emacs 25.x and under is 8.x.
|
||||||
;; this bothers you, comment out this `package!' block and download
|
;; The only secure (and reasonably trustworthy) source for this is via
|
||||||
;; org-plus-contrib from orgmode.org.
|
;; emacsmirror. Emacs 26+ comes with Org 9.1.4.
|
||||||
(package! org-plus-contrib :recipe (:fetcher github :repo "emacsmirror/org" :files (:defaults "contrib/lisp/*.el")))
|
(package! org-plus-contrib
|
||||||
|
:recipe (:fetcher github :repo "emacsmirror/org" :files (:defaults "contrib/lisp/*.el"))))
|
||||||
|
|
||||||
(package! org-bullets :recipe (:fetcher github :repo "hlissner/org-bullets"))
|
(package! org-bullets :recipe (:fetcher github :repo "hlissner/org-bullets"))
|
||||||
(package! toc-org)
|
(package! toc-org)
|
||||||
|
Reference in New Issue
Block a user