Initial commit

This commit is contained in:
2019-12-03 23:21:32 +01:00
commit b91a0abb8a
3 changed files with 184 additions and 0 deletions

7
packages.el Normal file
View File

@@ -0,0 +1,7 @@
;; -*- 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)