summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")))
```