diff options
author | Thanos Apollo <[email protected]> | 2024-11-11 19:17:58 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-11 19:17:58 +0200 |
commit | 02fb305dc462f91058d599525c82489f6c1d7966 (patch) | |
tree | 3b67a42295866705568e96fe5f7c3dda19c712bd /.config/emacs/init.el | |
parent | 21637512005bbc49ca7eeccab3d0eb9af1083ffe (diff) |
emacs: org-roam-ui: Use vc
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index c4ea09b..e73e5c8 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -392,7 +392,13 @@ ("C-c i" . org-id-get-create))) (use-package org-roam-ui - :defer t) + :vc (:url "https://github.com/org-roam/org-roam-ui") + :after org-roam + :config + (setq org-roam-ui-sync-theme t + org-roam-ui-follow t + org-roam-ui-update-on-save t + org-roam-ui-open-on-start t)) (unless (or is-phone is-uranus) (use-package modus-themes |