mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-24 19:19:52 +00:00
14 lines
388 B
EmacsLisp
14 lines
388 B
EmacsLisp
;; -*- 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! ox-confluence-en :recipe (:host github :repo "correl/ox-confluence-en"))
|
|
(package! ob-http)
|
|
(package! paredit)
|
|
(package! uuidgen)
|
|
(package! unfill)
|
|
(package! emms)
|