mirror of
https://github.com/org-roam/org-roam
synced 2025-09-28 16:50:58 -05:00
(chore): add autoload to org-roam-mode (#121)
With this change it is no longer required to load org-roam before use.
This commit is contained in:
@@ -543,6 +543,7 @@ This needs to be quick/infrequent, because this is run at
|
||||
(org-roam-update (expand-file-name
|
||||
(buffer-local-value 'buffer-file-truename buffer))))))
|
||||
|
||||
;;;###autoload
|
||||
(define-minor-mode org-roam-mode
|
||||
"Global minor mode to automatically update the org-roam buffer."
|
||||
:require 'org-roam
|
||||
|
Reference in New Issue
Block a user