diff --git a/static/packages.example.el b/static/packages.example.el index b3322c7e6..d2680fe19 100644 --- a/static/packages.example.el +++ b/static/packages.example.el @@ -1,8 +1,13 @@ ;; -*- no-byte-compile: t; -*- ;;; $DOOMDIR/packages.el -;; To install a package with Doom you must declare them here and run 'doom sync' -;; on the command line, then restart Emacs for the changes to take effect -- or +;; To install a package: +;; +;; 1. Declare them here in a `package!' statement, +;; 2. Run 'doom sync' in the shell, +;; 3. Restart Emacs. +;; +;; Use 'C-h f package\!' to look up documentation for the `package!' macro. ;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: