diff options
| -rw-r--r-- | doom.d/packages.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/packages.el b/doom.d/packages.el index e2dc5e7..ba9d035 100644 --- a/doom.d/packages.el +++ b/doom.d/packages.el @@ -3,7 +3,7 @@  ;;; Examples:  ;; (package! some-package) -;; (package! another-package :recipe (:fetcher github :repo "username/repo")) +;; (package! another-package :recipe (:host github :repo "username/repo"))  ;; (package! builtin-package :disable t)  (package! elcord)  (package! wttrin)  | 
