trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
19
straight/build/org-super-agenda/dir
Normal file
19
straight/build/org-super-agenda/dir
Normal file
|
@ -0,0 +1,19 @@
|
|||
This is the file .../info/dir, which contains the
|
||||
topmost node of the Info hierarchy, called (dir)Top.
|
||||
The first time you invoke Info you start off looking at this node.
|
||||
|
||||
File: dir, Node: Top This is the top of the INFO tree
|
||||
|
||||
This (the Directory node) gives a menu of major topics.
|
||||
Typing "q" exits, "H" lists all Info commands, "d" returns here,
|
||||
"h" gives a primer for first-timers,
|
||||
"mEmacs<Return>" visits the Emacs manual, etc.
|
||||
|
||||
In Emacs, you can click mouse button 2 on a menu item or cross reference
|
||||
to select it.
|
||||
|
||||
* Menu:
|
||||
|
||||
Emacs
|
||||
* Org Super Agenda: (org-super-agenda).
|
||||
Flexible grouping for the Org Agenda.
|
|
@ -0,0 +1,37 @@
|
|||
;;; 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
|
1
straight/build/org-super-agenda/org-super-agenda.el
Symbolic link
1
straight/build/org-super-agenda/org-super-agenda.el
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.emacs.d/straight/repos/org-super-agenda/org-super-agenda.el
|
BIN
straight/build/org-super-agenda/org-super-agenda.elc
Normal file
BIN
straight/build/org-super-agenda/org-super-agenda.elc
Normal file
Binary file not shown.
1
straight/build/org-super-agenda/org-super-agenda.info
Symbolic link
1
straight/build/org-super-agenda/org-super-agenda.info
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.emacs.d/straight/repos/org-super-agenda/org-super-agenda.info
|
Loading…
Add table
Add a link
Reference in a new issue