Function: org-roam-db-autosync--setup-update-on-save-h
org-roam-db-autosync--setup-update-on-save-h is a byte-compiled
function defined in org-roam-db.el.
Signature
(org-roam-db-autosync--setup-update-on-save-h)
Documentation
Setup the current buffer to update the DB after saving the current file.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-db.el
(defun org-roam-db-autosync--setup-update-on-save-h ()
"Setup the current buffer to update the DB after saving the current file."
(add-hook 'after-save-hook #'org-roam-db-autosync--try-update-on-save-h nil t))