diff --git a/oni-org-roam.el b/oni-org-roam.el index 7a95090..10131cf 100644 --- a/oni-org-roam.el +++ b/oni-org-roam.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0404.224750 +;; Version: 2021.0720.010732 ;; Package-Requires: (oni-org org-roam nroam) ;; This program is free software; you can redistribute it and/or modify @@ -22,7 +22,10 @@ ;;; Commentary: -;; Configuration specific to ‘org-roam’. +;; Configuration specific to ‘org-roam’. Add the following to your init file if +;; you want to use this configuration: +;; +;; (with-eval-after-load 'org-roam (require 'oni-org-roam)) ;;; Code: @@ -68,7 +71,5 @@ (org-roam-mode) -;;;###autoload(with-eval-after-load 'org-roam (require 'oni-org-roam)) - (provide 'oni-org-roam) ;;; oni-org-roam.el ends here