[oni-org-roam] Remove autoload cookie
This commit is contained in:
parent
0a3a770249
commit
730acc0394
1 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0404.224750
|
;; Version: 2021.0720.010732
|
||||||
;; Package-Requires: (oni-org org-roam nroam)
|
;; Package-Requires: (oni-org org-roam nroam)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -22,7 +22,10 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; 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:
|
;;; Code:
|
||||||
|
|
||||||
|
@ -68,7 +71,5 @@
|
||||||
|
|
||||||
(org-roam-mode)
|
(org-roam-mode)
|
||||||
|
|
||||||
;;;###autoload(with-eval-after-load 'org-roam (require 'oni-org-roam))
|
|
||||||
|
|
||||||
(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