From 9429892d2002788c709c658942dcc7d56e5368b6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 14 Sep 2025 23:26:40 -0400 Subject: [PATCH] docs: revise packages.example.el --- static/packages.example.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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: