[oni-org-roam] Turn on ‘org-roam-db-autosync-mode’
This commit is contained in:
parent
2b22982c2c
commit
05cb65c4aa
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue