~ashton314/emacs-bedrock

16799ce9b694d3f1ff54a6c419d0c72d35981ec9 — Ashton Wiersdorf 1 year, 7 days ago 085b778
Add comments on using MELPA packages

Addresses https://todo.sr.ht/~ashton314/emacs-bedrock/9
2 files changed, 8 insertions(+), 1 deletions(-)

M extras/researcher.el
M init.el
M extras/researcher.el => extras/researcher.el +5 -1
@@ 4,7 4,11 @@

;;; Usage: Append or require this file from init.el for research helps. If you
;;; write papers in LaTeX and need to manage your citations or keep track of
;;; notes, this package is for you.
;;; notes, this set of packages is for you.
;;;
;;; NOTE: the packages citar and org-roam live on the MELPA repository; you will
;;; need to update the `package-archives' variable in init.el before before
;;; loading this; see the comment in init.el under "Package initialization".
;;;
;;; Highly recommended to enable this file with the UI enhancements in
;;; `base.el', as citar works best with the Vertico completing-read interface.

M init.el => init.el +3 -0
@@ 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))