Enabled org-roam-ui since it is now available on MELPA
This commit is contained in:
parent
c902de9d4c
commit
659caa7d36
1 changed files with 1 additions and 3 deletions
|
@ -1331,12 +1331,10 @@ Source: [[https://github.com/org-roam/org-roam-ui][GitHub: org-roam/org-roam-ui]
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package websocket
|
(use-package websocket
|
||||||
:disabled t
|
|
||||||
:after org-roam)
|
:after org-roam)
|
||||||
|
|
||||||
(use-package org-roam-ui
|
(use-package org-roam-ui
|
||||||
:disabled t
|
:after (org-roam websocket)
|
||||||
:after org-roam
|
|
||||||
:config
|
:config
|
||||||
(setq org-roam-ui-sync-theme t
|
(setq org-roam-ui-sync-theme t
|
||||||
org-roam-ui-follow t
|
org-roam-ui-follow t
|
||||||
|
|
Loading…
Reference in a new issue