From 0a3a770249d0cc55c97237e5cefbadcb33ebf335 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 20 Jul 2021 01:14:06 -0700 Subject: [oni-org] Remove autoload cookie --- oni-org/oni-org.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'oni-org/oni-org.el') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 2b93a20..b910f70 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0706.210056 +;; Version: 2021.0720.004427 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -29,6 +29,10 @@ ;; - mat-*.svg: https://fonts.google.com/icons?selected=Material+Icons ;; - bs-*.svg: https://icons.getbootstrap.com/ +;; Add the following to your init file if you want to use this configuration: +;; +;; (with-eval-after-load 'org (require 'oni-org)) + ;;; Code: (require 'diminish) @@ -393,8 +397,6 @@ also move point to the start of the heading." (with-eval-after-load 'org-edna (diminish 'org-edna-mode)) -;;;###autoload(with-eval-after-load 'org (require 'oni-org)) - ;;;; Agenda -- cgit v1.2.3-54-g00ecf