Add autoload declaration for `org-cycle-hide-drawers`

Tihs avoids a byte-compiler warning.
This commit is contained in:
Daniel - 2023-11-18 21:58:09 +01:00
parent bbd547c1b7
commit a6ac99d013
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 1 deletions

View File

@ -550,7 +550,6 @@
(use-package org-attach)
(use-package org-id)
(use-package org-goto)
(use-package org-cycle)
(use-package org
:pin "gnu"
@ -771,6 +770,9 @@
;; work.
(defvar org-time-was-given nil)))
(use-package org-cycle
:autoload (org-cycle-hide-drawers))
;; Drag-and-Drop images into org-mode buffer
(use-package org-download
:commands (org-download-yank