aboutsummaryrefslogtreecommitdiffstats
path: root/oni-bookmark.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-05-27 23:01:20 -0700
committerGravatar Tom Willemse2021-05-27 23:01:20 -0700
commit0a38b9f2e08a54afa65ac55175db22b810cd27e4 (patch)
treeacbe3918361e1978cd8334e478d07a17f026e384 /oni-bookmark.el
parent74c66d355e9ec6b28e5c90b581236346639d4431 (diff)
downloademacs-config-0a38b9f2e08a54afa65ac55175db22b810cd27e4.tar.gz
emacs-config-0a38b9f2e08a54afa65ac55175db22b810cd27e4.zip
Remove autoload cookie
Diffstat (limited to 'oni-bookmark.el')
-rw-r--r--oni-bookmark.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-bookmark.el b/oni-bookmark.el
index bc4a244..6f1d269 100644
--- a/oni-bookmark.el
+++ b/oni-bookmark.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210227
+;; Version: 2021.0527.230116
;; Package-Requires: (oni-data-dir)
;; 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"))
-;;;###autoload(with-eval-after-load 'bookmark (require 'oni-bookmark))
-
(provide 'oni-bookmark)
;;; oni-bookmark.el ends here