mirror of
https://github.com/org-roam/org-roam
synced 2025-09-28 16:50:58 -05:00
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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user