From 16799ce9b694d3f1ff54a6c419d0c72d35981ec9 Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Wed, 13 Sep 2023 12:38:26 -0600 Subject: Add comments on using MELPA packages Addresses https://todo.sr.ht/~ashton314/emacs-bedrock/9 --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 7a6efe7..b978489 100644 --- a/init.el +++ b/init.el @@ -36,6 +36,9 @@ ;; ;; https://melpa.org/#/getting-started ;; +;; You can simply uncomment the following if you'd like to get started with +;; MELPA packages quickly: +;; ;; (with-eval-after-load 'package ;; (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)) -- cgit v1.2.3