diff --git a/.doom.d/packages.el b/.doom.d/packages.el index 23acbe3..a8f3c5f 100644 --- a/.doom.d/packages.el +++ b/.doom.d/packages.el @@ -48,6 +48,7 @@ ;(unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) +(unpin! org-roam-ui) (package! org-roam-ui) (package! ob-translate) (package! dired-hide-dotfiles)