emacs/var/backup/!home!chris!.emacs.d!straight!build!org-super-agenda!org-super-agenda-autoloads.el~
2022-01-03 12:49:32 -06:00

38 lines
1.1 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; 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