dotfiles/.doom.d/packages.el
2019-09-17 16:45:23 -04:00

10 lines
316 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! paredit)