44 lines
1.3 KiB
EmacsLisp
44 lines
1.3 KiB
EmacsLisp
|
;;; 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
|