fix: permanent-redisplay (#1504) (#1506)

Related to #1504, commit 109917c
It needs to change dolist for `sections` to `section-functions`
This commit is contained in:
Noboru Ota
2021-05-02 20:59:41 +02:00
committed by GitHub
parent 98434919e0
commit 9405d014af

View File

@@ -230,7 +230,7 @@ Has no effect when `org-roam-current-node' is nil."
(org-roam-set-header-line-format (org-roam-node-title org-roam-current-node))
(magit-insert-section (org-roam)
(magit-insert-heading)
(dolist (fn org-roam-mode-sections)
(dolist (fn org-roam-mode-section-functions)
(funcall fn org-roam-current-node)))))))
(defun org-roam-buffer--redisplay ()