update packages and add valign

This commit is contained in:
2026-04-05 20:00:27 +02:00
parent b062fb98e3
commit 03fb00e374
640 changed files with 109768 additions and 39311 deletions

View File

@@ -250,6 +250,11 @@ nodes." org-id-locations-file)
(declare (obsolete org-roam-db-autosync-mode "2025-11-23"))
(org-roam-db-autosync-mode 'toggle))
(defun org-roam-buffer-list ()
"Return a list of buffers that are Org-roam files."
(declare (obsolete nil "2026-02-08"))
(seq-filter #'org-roam-buffer-p (buffer-list)))
(provide 'org-roam-compat)
;;; org-roam-compat.el ends here