dotfiles/.doom.d/packages.el

11 lines
316 B
EmacsLisp
Raw Normal View History

2019-09-13 01:17:37 +00: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)
2019-09-13 14:54:23 +00:00
(package! ox-confluence-en :recipe (:host github :repo "correl/ox-confluence-en"))
2019-09-17 20:45:23 +00:00
(package! paredit)