packages.el 213 B

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