aboutsummaryrefslogtreecommitdiff
path: root/extras/researcher.el
diff options
context:
space:
mode:
authorAshton Wiersdorf <mail@wiersdorf.dev>2023-09-13 12:38:26 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2023-09-13 12:38:26 -0600
commit16799ce9b694d3f1ff54a6c419d0c72d35981ec9 (patch)
tree2541539559126ed81378f1e430543766532370cf /extras/researcher.el
parent085b77897ae93b9d986fcd1067352987ec7b6956 (diff)
Add comments on using MELPA packages
Addresses https://todo.sr.ht/~ashton314/emacs-bedrock/9
Diffstat (limited to 'extras/researcher.el')
-rw-r--r--extras/researcher.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/extras/researcher.el b/extras/researcher.el
index a94e1d4..a905199 100644
--- a/extras/researcher.el
+++ b/extras/researcher.el
@@ -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.