Don't install org-plus-contrib in Emacs 26+
Emacs 26+ has Org 9.1.4 built in.
This commit is contained in:
parent
a370b5b125
commit
f8f4885405
1 changed files with 6 additions and 5 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue