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 <jethrokuan95@gmail.com>
master
Michael Herold 6 years ago committed by GitHub
parent f79ee9e850
commit a4a2ac8d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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

Loading…
Cancel
Save