mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(org): org-roam-db-gc-threshold = most-positive-fixnum
To reduce GC consing while syncing the DB.
This commit is contained in:
@ -79,7 +79,8 @@ In case of failure, fail gracefully."
|
|||||||
org-roam-completion-everywhere t
|
org-roam-completion-everywhere t
|
||||||
org-roam-mode-section-functions
|
org-roam-mode-section-functions
|
||||||
#'(org-roam-backlinks-section
|
#'(org-roam-backlinks-section
|
||||||
org-roam-reflinks-section))
|
org-roam-reflinks-section)
|
||||||
|
org-roam-db-gc-threshold most-positive-fixnum)
|
||||||
|
|
||||||
(setq-hook! 'org-roam-find-file-hook
|
(setq-hook! 'org-roam-find-file-hook
|
||||||
org-id-link-to-org-use-id +org-roam-link-to-org-use-id)
|
org-id-link-to-org-use-id +org-roam-link-to-org-use-id)
|
||||||
|
Reference in New Issue
Block a user