;;; org-super-agenda-autoloads.el --- automatically extracted autoloads  -*- lexical-binding: t -*-
;;
;;; Code:


;;;### (autoloads nil "org-super-agenda" "org-super-agenda.el" (0
;;;;;;  0 0 0))
;;; Generated autoloads from org-super-agenda.el

(defvar org-super-agenda-mode nil "\
Non-nil if Org-Super-Agenda mode is enabled.
See the `org-super-agenda-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `org-super-agenda-mode'.")

(custom-autoload 'org-super-agenda-mode "org-super-agenda" nil)

(autoload 'org-super-agenda-mode "org-super-agenda" "\
Global minor mode to group items in Org agenda views according to `org-super-agenda-groups'.
With prefix argument ARG, turn on if positive, otherwise off.

\(fn &optional ARG)" t nil)

(register-definition-prefixes "org-super-agenda" '("org-super-agenda-"))

;;;***

(provide 'org-super-agenda-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; org-super-agenda-autoloads.el ends here