dotfiles/.doom.d/packages.el

13 lines
354 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-23 20:51:17 +00:00
(package! ob-http)
2019-09-17 20:45:23 +00:00
(package! paredit)
2019-09-23 20:50:57 +00:00
(package! uuidgen)