Skip to content

Commit

Permalink
early-init.el: setup for org-roam-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
emacs18 committed Aug 21, 2021
1 parent 41d1a7c commit a80d8eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions early-init.el
Expand Up @@ -118,4 +118,15 @@

;; Optional packages
(straight-use-package '(devdocs-browser :type git :host github :repo "blahgeek/emacs-devdocs-browser"))

(straight-use-package '(org-roam-ui :type git :host github :repo "org-roam/org-roam-ui" :branch "main" :files ("*.el" "out")))
;; normally we'd recommend hooking orui after org-roam, but since org-roam does not have
;; a hookable mode anymore, you're advised to pick something yourself
;; if you don't care about startup time, use
;; :hook (after-init . org-roam-ui-mode)
(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)

)

0 comments on commit a80d8eb

Please sign in to comment.