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
|
|
|
;; 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
|
|
|
;; Enable LaTeX previews automatically
|
2022-10-11 08:59:59 +02:00
|
|
|
(package! org-fragtog)
|
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)
|