packages.el 218 B

12345678
  1. ;; -*- no-byte-compile: t; -*-
  2. ;;; ~/.doom.d/packages.el
  3. ;;; Examples:
  4. ;; (package! some-package)
  5. ;; (package! another-package :recipe (:fetcher github :repo "username/repo"))
  6. ;; (package! builtin-package :disable t)