diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-30 10:20:38 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-30 10:20:38 +0000 |
commit | 0668aa68ef6ef93ad4e3e6af39d949083cc6fa8c (patch) | |
tree | 5d0374c26d33f13988cd7b811de03240a26cefc4 | |
parent | 154071f4a77a7d551b5573384f58363066b0752e (diff) |
fix: update readme to recommend unpinning org-roam
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"))) ``` |