summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-30 10:20:38 +0000
committerGitHub <[email protected]>2021-08-30 10:20:38 +0000
commit0668aa68ef6ef93ad4e3e6af39d949083cc6fa8c (patch)
tree5d0374c26d33f13988cd7b811de03240a26cefc4
parent154071f4a77a7d551b5573384f58363066b0752e (diff)
fix: update readme to recommend unpinning org-roam
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f0d21f..4539821 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,10 @@ Load in Emacs (add to config):
Add the following to your `package.el`
+Org-roam-ui tries to keep up with the latest features of `org-roam`, which conflicts with Doom Emacs's desire for
+stability. To make sure nothing breaks, use the latest version of `org-roam` by unpinning it.
```emacs-lisp
+(unpin! org-roam)
(package! websocket)
(package! org-roam-ui :recipe (:host github :repo "org-roam/org-roam-ui" :files ("*.el" "out")))
```