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)
|
2022-10-29 11:46:49 +02:00
|
|
|
;; Better org agenda
|
2019-12-07 20:16:04 +01:00
|
|
|
(package! org-super-agenda)
|
2022-10-29 11:46:49 +02:00
|
|
|
;; Save recipes to org file
|
2022-04-03 18:15:31 +02:00
|
|
|
(package! org-chef)
|
2022-10-29 11:46:49 +02:00
|
|
|
;; Wallabag client
|
2022-08-13 14:47:42 +02:00
|
|
|
(package! wallabag :recipe (:host github :repo "chenyanming/wallabag.el" :files ("*.el" "*.alist" "*.css")))
|
2022-10-29 11:46:49 +02:00
|
|
|
;; Miniflux integration for elfeed
|
2022-08-15 18:03:18 +02:00
|
|
|
(package! elfeed-protocol)
|
2022-10-29 11:46:49 +02:00
|
|
|
;; Prettier LaTeX source blocks
|
2022-09-10 02:52:37 +02:00
|
|
|
(package! engrave-faces)
|
2022-10-29 11:46:49 +02:00
|
|
|
;; Prettier org mode
|
2022-09-10 03:45:53 +02:00
|
|
|
(package! org-modern)
|
2022-10-29 11:46:49 +02:00
|
|
|
;; Tangle org files on save
|
2022-10-10 16:12:04 +02:00
|
|
|
(package! org-auto-tangle)
|
2022-10-29 11:46:49 +02:00
|
|
|
;; Enable LaTeX previews automatically
|
2022-10-11 08:59:59 +02:00
|
|
|
(package! org-fragtog)
|
2022-11-17 15:17:01 +01:00
|
|
|
;; Fetch and save bibtex from Firefox
|
|
|
|
(package! asoc :recipe (:host github :repo "troyp/asoc.el"))
|
|
|
|
(package! doct :recipe (:host github :repo "progfolio/doct"))
|
|
|
|
(package! org-capture-ref :recipe (:host github :repo "yantar92/org-capture-ref"))
|
2023-03-15 01:31:12 +01:00
|
|
|
;; Arduino development
|
|
|
|
(package! platformio-mode)
|
2023-05-22 22:07:55 +02:00
|
|
|
;; Light theme
|
|
|
|
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
|
2023-05-23 10:53:02 +02:00
|
|
|
;; Move buffer while maintaining cursor centered
|
|
|
|
(package! centered-cursor-mode)
|