1
0
Fork 0

Remove autoload cookie

This commit is contained in:
Tom Willemse 2021-05-27 23:01:20 -07:00
parent 74c66d355e
commit 0a38b9f2e0

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2019.0904.210227 ;; Version: 2021.0527.230116
;; Package-Requires: (oni-data-dir) ;; Package-Requires: (oni-data-dir)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -31,7 +31,5 @@
(setq bookmark-default-file (oni-data-dir-locate "bookmarks")) (setq bookmark-default-file (oni-data-dir-locate "bookmarks"))
;;;###autoload(with-eval-after-load 'bookmark (require 'oni-bookmark))
(provide 'oni-bookmark) (provide 'oni-bookmark)
;;; oni-bookmark.el ends here ;;; oni-bookmark.el ends here