diff options
author | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-09-13 12:38:26 -0600 |
---|---|---|
committer | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-09-13 12:38:26 -0600 |
commit | 16799ce9b694d3f1ff54a6c419d0c72d35981ec9 (patch) | |
tree | 2541539559126ed81378f1e430543766532370cf /init.el | |
parent | 085b77897ae93b9d986fcd1067352987ec7b6956 (diff) |
Add comments on using MELPA packages
Addresses https://todo.sr.ht/~ashton314/emacs-bedrock/9
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)) |