[oni-org] Remove autoload cookie
This commit is contained in:
parent
1d7ac0e410
commit
0a3a770249
1 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; 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)
|
;; 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
|
;; 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
|
;; - mat-*.svg: https://fonts.google.com/icons?selected=Material+Icons
|
||||||
;; - bs-*.svg: https://icons.getbootstrap.com/
|
;; - 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:
|
;;; Code:
|
||||||
|
|
||||||
(require 'diminish)
|
(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))
|
(with-eval-after-load 'org-edna (diminish 'org-edna-mode))
|
||||||
|
|
||||||
;;;###autoload(with-eval-after-load 'org (require 'oni-org))
|
|
||||||
|
|
||||||
|
|
||||||
;;;; Agenda
|
;;;; Agenda
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue