mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
Since lang/org has grown (and is expected to grow much, much more), it has been given its own module category. Concerns #129, #138
12 lines
479 B
EmacsLisp
12 lines
479 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; org/org/packages.el
|
|
|
|
;; NOTE This is an insecure source, but unavoidable if we want org 9.0+.
|
|
;; orgmode.org offers no secure access to this repo. If this bothers you,
|
|
;; comment out this `package!' block and download org-plus-contrib from
|
|
;; orgmode.org.
|
|
(package! org-plus-contrib :recipe (:fetcher git :url "http://orgmode.org/org-mode.git"))
|
|
|
|
(package! org-bullets :recipe (:fetcher github :repo "hlissner/org-bullets"))
|
|
(package! toc-org)
|