Document the packages
This commit is contained in:
parent
33e17cad08
commit
3ba5cf98ef
|
@ -5,12 +5,20 @@
|
|||
;; (package! some-package)
|
||||
;; (package! another-package :recipe (:host github :repo "username/repo"))
|
||||
;; (package! builtin-package :disable t)
|
||||
;; Better org agenda
|
||||
(package! org-super-agenda)
|
||||
;; Save recipes to org file
|
||||
(package! org-chef)
|
||||
;; Wallabag client
|
||||
(package! emacsql-sqlite)
|
||||
(package! wallabag :recipe (:host github :repo "chenyanming/wallabag.el" :files ("*.el" "*.alist" "*.css")))
|
||||
;; Miniflux integration for elfeed
|
||||
(package! elfeed-protocol)
|
||||
;; Prettier LaTeX source blocks
|
||||
(package! engrave-faces)
|
||||
;; Prettier org mode
|
||||
(package! org-modern)
|
||||
;; Tangle org files on save
|
||||
(package! org-auto-tangle)
|
||||
;; Enable LaTeX previews automatically
|
||||
(package! org-fragtog)
|
||||
|
|
Loading…
Reference in New Issue