1
0
Fork 0

[oni-org-roam] Remove autoload cookie

This commit is contained in:
Tom Willemse 2021-07-20 01:15:47 -07:00
parent 0a3a770249
commit 730acc0394
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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