From 0668aa68ef6ef93ad4e3e6af39d949083cc6fa8c Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 30 Aug 2021 10:20:38 +0000 Subject: fix: update readme to recommend unpinning org-roam --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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"))) ``` -- cgit v1.2.3