summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-11-11 19:17:58 +0200
committerThanos Apollo <[email protected]>2024-11-11 19:17:58 +0200
commit02fb305dc462f91058d599525c82489f6c1d7966 (patch)
tree3b67a42295866705568e96fe5f7c3dda19c712bd /.config
parent21637512005bbc49ca7eeccab3d0eb9af1083ffe (diff)
emacs: org-roam-ui: Use vc
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/init.el8
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