From 677965371668ce1b1f939b044329c97fcc5e4e89 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 3 Sep 2023 21:03:52 +0200 Subject: [PATCH] Improve Org Roam configuration --- configuration.org | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/configuration.org b/configuration.org index 86b4aba..6e9c4eb 100644 --- a/configuration.org +++ b/configuration.org @@ -1319,6 +1319,30 @@ Let’s 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