mirror of
https://github.com/correl/dotfiles.git
synced 2025-03-18 01:03:55 -09:00
12 lines
354 B
EmacsLisp
12 lines
354 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)
|