1
0
Fork 0

[oni-org-roam] Turn on ‘org-roam-db-autosync-mode’

This commit is contained in:
Tom Willemse 2021-10-28 20:00:02 -07:00
parent 2b22982c2c
commit 05cb65c4aa

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0924.011653 ;; Version: 2021.1028.195800
;; Package-Requires: (oni-org org-roam) ;; Package-Requires: (oni-org org-roam)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -38,5 +38,7 @@
;;;###autoload ;;;###autoload
(setq org-roam-v2-ack t) (setq org-roam-v2-ack t)
(org-roam-db-autosync-mode)
(provide 'oni-org-roam) (provide 'oni-org-roam)
;;; oni-org-roam.el ends here ;;; oni-org-roam.el ends here