Improve Org Roam configuration

This commit is contained in:
Gergely Polonkai 2023-09-03 21:03:52 +02:00
parent 9723c30269
commit 6779653716
1 changed files with 24 additions and 0 deletions

View File

@ -1319,6 +1319,30 @@ Lets see if i can get my brain more organised this way…
("C-c n d" . org-roam-dailies-map))
#+end_src
*** Timestamps for roam nodes
#+begin_src emacs-lisp
(use-package org-roam-timestamps
:after org-roam
:config
(org-roam-timestamps-mode)
:custom
(org-roam-timestamps-remember-timestamps t)
(org-roam-timestamps-timestamp-parent-file t))
#+end_src
*** Org Roam UI
#+begin_src emacs-lisp
(use-package org-roam-ui
:after org-roam
:custom
(org-roam-ui-sync-theme t)
(org-roam-ui-follow t)
(org-roam-ui-update-on-save t)
(org-roam-ui-open-on-start nil))
#+end_src
* UI preferences
** Tweak window chrome