1 2 3 4 5 6 7 8 9 10 11 12
;; -*- 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! elcord) (package! wttrin) (package! counsel-etags) (package! py-yapf) (package! nov)