|
|
|
@ -102,8 +102,8 @@ so that multi-directories are updated.") |
|
|
|
|
|
|
|
|
|
|
|
`idle-timer' |
|
|
|
`idle-timer' |
|
|
|
Updates the database if dirty, if Emacs idles for `org-roam-db-update-idle-seconds'." |
|
|
|
Updates the database if dirty, if Emacs idles for `org-roam-db-update-idle-seconds'." |
|
|
|
:type '(set (const :tag "idle-timer" idle-timer) |
|
|
|
:type '(choice (const :tag "idle-timer" idle-timer) |
|
|
|
(const :tag "immediate" immediate)) |
|
|
|
(const :tag "immediate" immediate)) |
|
|
|
:group 'org-roam) |
|
|
|
:group 'org-roam) |
|
|
|
|
|
|
|
|
|
|
|
(defcustom org-roam-db-update-idle-seconds 2 |
|
|
|
(defcustom org-roam-db-update-idle-seconds 2 |
|
|
|
|