Improve Org Roam configuration
This commit is contained in:
parent
9723c30269
commit
6779653716
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user