emacs/org/elpa/org-super-agenda-20220826.2315/org-super-agenda-autoloads.el

44 lines
1.3 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:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (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-"))
;;;***
;;;### (autoloads nil nil ("org-super-agenda-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; org-super-agenda-autoloads.el ends here