doom.d/packages.el

17 lines
520 B
EmacsLisp
Raw Normal View History

2019-12-03 23:21:32 +01:00
;; -*- no-byte-compile: t; -*-
;;; .doom.d/packages.el
;;; Examples:
;; (package! some-package)
;; (package! another-package :recipe (:host github :repo "username/repo"))
;; (package! builtin-package :disable t)
(package! org-super-agenda)
(package! org-chef)
2022-09-12 01:53:41 +02:00
(package! emacsql-sqlite)
2022-08-13 14:47:42 +02:00
(package! wallabag :recipe (:host github :repo "chenyanming/wallabag.el" :files ("*.el" "*.alist" "*.css")))
2022-08-15 18:03:18 +02:00
(package! elfeed-protocol)
2022-09-04 07:17:10 +02:00
(package! magit-delta)
2022-09-10 02:52:37 +02:00
(package! engrave-faces)
2022-09-10 03:45:53 +02:00
(package! org-modern)
2022-10-10 16:12:04 +02:00
(package! org-auto-tangle)