doom.d/packages.el

18 lines
543 B
EmacsLisp
Raw Permalink 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)
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
(package! org-fragtog)
2023-05-22 22:07:55 +02:00
;; Light theme
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
;; Move buffer while maintaining cursor centered
(package! centered-cursor-mode)