summary refs log tree commit diff stats
path: root/.doom.d/packages.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/packages.el')
-rw-r--r--.doom.d/packages.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.doom.d/packages.el b/.doom.d/packages.el
new file mode 100644
index 0000000..c018f75
--- /dev/null
+++ b/.doom.d/packages.el
@@ -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)