(feat)log: init (#2170)

Create initial log module for working with Org logs
This commit is contained in:
Jethro Kuan
2022-04-24 16:57:13 -07:00
committed by GitHub
parent a073bcff5c
commit 3014c63d50
2 changed files with 54 additions and 0 deletions

View File

@ -337,6 +337,7 @@ E.g. (\".org\") => (\"*.org\" \"*.org.gpg\")"
(require 'org-roam-id)
(require 'org-roam-capture)
(require 'org-roam-mode)
(require 'org-roam-log)
(require 'org-roam-migrate))
;;; org-roam.el ends here