From a4a2ac8d198bfbf6e6b6c1172c256068cf7474bc Mon Sep 17 00:00:00 2001 From: Michael Herold Date: Wed, 15 Apr 2020 01:34:23 -0500 Subject: [PATCH] Use MELPA for installing in Spacemacs (#462) Now that org-roam is out on MELPA, let's suggest that people use it instead of GitHub to install the package. Co-authored-by: Jethro Kuan --- doc/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index fe26429..dd17cd7 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -56,8 +56,7 @@ wraps Org-roam. Paste the following into a new file ```emacs-lisp (defconst org-roam-packages - '((org-roam :location - (recipe :fetcher github :repo "jethrokuan/org-roam")))) + '(org-roam)) (defun org-roam/init-org-roam () (use-package org-roam