From 730acc0394c3b5fb4108bd1db99f1d4baa3e4654 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 20 Jul 2021 01:15:47 -0700 Subject: [PATCH] [oni-org-roam] Remove autoload cookie --- oni-org-roam.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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