add autoloads

This commit is contained in:
2025-06-22 22:36:32 +02:00
parent cf727799c2
commit ca60fa910e
8 changed files with 905 additions and 5 deletions

View File

@@ -0,0 +1,70 @@
;;; all-the-icons-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from all-the-icons.el
(autoload 'all-the-icons-icon-for-dir "all-the-icons" "\
Get the formatted icon for DIR.
ARG-OVERRIDES should be a plist containining `:height',
`:v-adjust' or `:face' properties like in the normal icon
inserting functions.
Note: You want chevron, please use `all-the-icons-icon-for-dir-with-chevron'.
(fn DIR &rest ARG-OVERRIDES)")
(autoload 'all-the-icons-icon-for-file "all-the-icons" "\
Get the formatted icon for FILE.
ARG-OVERRIDES should be a plist containining `:height',
`:v-adjust' or `:face' properties like in the normal icon
inserting functions.
(fn FILE &rest ARG-OVERRIDES)")
(autoload 'all-the-icons-icon-for-mode "all-the-icons" "\
Get the formatted icon for MODE.
ARG-OVERRIDES should be a plist containining `:height',
`:v-adjust' or `:face' properties like in the normal icon
inserting functions.
(fn MODE &rest ARG-OVERRIDES)")
(autoload 'all-the-icons-icon-for-url "all-the-icons" "\
Get the formatted icon for URL.
If an icon for URL isn't found in `all-the-icons-url-alist', a globe is used.
ARG-OVERRIDES should be a plist containining `:height',
`:v-adjust' or `:face' properties like in the normal icon
inserting functions.
(fn URL &rest ARG-OVERRIDES)")
(autoload 'all-the-icons-install-fonts "all-the-icons" "\
Helper function to download and install the latests fonts based on OS.
When PFX is non-nil, ignore the prompt and just install
(fn &optional PFX)" t)
(autoload 'all-the-icons-insert "all-the-icons" "\
Interactive icon insertion function.
When Prefix ARG is non-nil, insert the propertized icon.
When FAMILY is non-nil, limit the candidates to the icon set matching it.
(fn &optional ARG FAMILY)" t)
(register-definition-prefixes "all-the-icons" '("all-the-icons-"))
;;; End of scraped data
(provide 'all-the-icons-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; all-the-icons-autoloads.el ends here

View File

@@ -0,0 +1,39 @@
;;; dashboard-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from dashboard.el
(autoload 'dashboard-open "dashboard" "\
Open (or refresh) the *dashboard* buffer.
(fn &rest _)" t)
(autoload 'dashboard-setup-startup-hook "dashboard" "\
Setup post initialization hooks unless a command line argument is provided.")
(register-definition-prefixes "dashboard" '("dashboard-"))
;;; Generated autoloads from dashboard-widgets.el
(register-definition-prefixes "dashboard-widgets" '("dashboard-" "recentf-list"))
;;; End of scraped data
(provide 'dashboard-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; dashboard-autoloads.el ends here

View File

@@ -0,0 +1,82 @@
;;; ivy-rich-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from ivy-rich.el
(defvar ivy-rich-mode nil "\
Non-nil if Ivy-Rich mode is enabled.
See the `ivy-rich-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 `ivy-rich-mode'.")
(custom-autoload 'ivy-rich-mode "ivy-rich" nil)
(autoload 'ivy-rich-mode "ivy-rich" "\
Toggle ivy-rich mode globally.
This is a global minor mode. If called interactively, toggle the
`Ivy-Rich mode' mode. If the prefix argument is positive, enable the
mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the mode
if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='ivy-rich-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
(fn &optional ARG)" t)
(autoload 'ivy-rich-reload "ivy-rich")
(defvar ivy-rich-project-root-cache-mode nil "\
Non-nil if Ivy-Rich-Project-Root-Cache mode is enabled.
See the `ivy-rich-project-root-cache-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 `ivy-rich-project-root-cache-mode'.")
(custom-autoload 'ivy-rich-project-root-cache-mode "ivy-rich" nil)
(autoload 'ivy-rich-project-root-cache-mode "ivy-rich" "\
Toggle ivy-rich-root-cache-mode globally.
This is a global minor mode. If called interactively, toggle the
`Ivy-Rich-Project-Root-Cache mode' mode. If the prefix argument is
positive, enable the mode, and if it is zero or negative, disable the
mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the mode
if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='ivy-rich-project-root-cache-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
(fn &optional ARG)" t)
(register-definition-prefixes "ivy-rich" '("ivy-rich-"))
;;; End of scraped data
(provide 'ivy-rich-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; ivy-rich-autoloads.el ends here

154
lisp/ivy/ivy-autoloads.el Normal file
View File

@@ -0,0 +1,154 @@
;;; ivy-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from colir.el
(register-definition-prefixes "colir" '("colir-"))
;;; Generated autoloads from ivy.el
(autoload 'ivy-resume "ivy" "\
Resume the last completion session, or SESSION if non-nil.
With a prefix arg, try to restore a recorded completion session,
if one exists.
(fn &optional SESSION)" t)
(autoload 'ivy-read "ivy" "\
Read a string in the minibuffer, with completion.
PROMPT is a string, normally ending in a colon and a space.
`ivy-count-format' is prepended to PROMPT during completion.
COLLECTION is either a list of strings, a function, an alist, or
a hash table, supplied for `minibuffer-completion-table'.
PREDICATE is applied to filter out the COLLECTION immediately.
This argument is for compatibility with `completing-read'.
When REQUIRE-MATCH is non-nil, only members of COLLECTION can be
selected. In can also be a lambda.
If INITIAL-INPUT is non-nil, then insert that input in the
minibuffer initially.
HISTORY is a name of a variable to hold the completion session
history.
KEYMAP is composed with `ivy-minibuffer-map'.
PRESELECT, when non-nil, determines which one of the candidates
matching INITIAL-INPUT to select initially. An integer stands
for the position of the desired candidate in the collection,
counting from zero. Otherwise, use the first occurrence of
PRESELECT in the collection. Comparison is first done with
`equal'. If that fails, and when applicable, match PRESELECT as
a regular expression.
DEF is for compatibility with `completing-read'.
UPDATE-FN is called each time the candidate list is re-displayed.
When SORT is non-nil, `ivy-sort-functions-alist' determines how
to sort candidates before displaying them.
ACTION is a function to call after selecting a candidate.
It takes one argument, the selected candidate. If COLLECTION is
an alist, the argument is a cons cell, otherwise it's a string.
MULTI-ACTION, when non-nil, is called instead of ACTION when
there are marked candidates. It takes the list of candidates as
its only argument. When it's nil, ACTION is called on each marked
candidate.
UNWIND is a function of no arguments to call before exiting.
RE-BUILDER is a function transforming input text into a regex
pattern.
MATCHER is a function which can override how candidates are
filtered based on user input. It takes a regex pattern and a
list of candidates, and returns the list of matching candidates.
DYNAMIC-COLLECTION is a boolean specifying whether the list of
candidates is updated after each input by calling COLLECTION.
EXTRA-PROPS is a plist that can be used to store
collection-specific session-specific data.
CALLER is a symbol to uniquely identify the caller to `ivy-read'.
It is used, along with COLLECTION, to determine which
customizations apply to the current completion session.
(fn PROMPT COLLECTION &key PREDICATE REQUIRE-MATCH INITIAL-INPUT HISTORY PRESELECT DEF KEYMAP UPDATE-FN SORT ACTION MULTI-ACTION UNWIND RE-BUILDER MATCHER DYNAMIC-COLLECTION EXTRA-PROPS CALLER)")
(autoload 'ivy-completing-read "ivy" "\
Read a string in the minibuffer, with completion.
This interface conforms to `completing-read' and can be used for
`completing-read-function'.
PROMPT is a string that normally ends in a colon and a space.
COLLECTION is either a list of strings, an alist, an obarray, or a hash table.
PREDICATE limits completion to a subset of COLLECTION.
REQUIRE-MATCH is a boolean value or a symbol. See `completing-read'.
INITIAL-INPUT is a string inserted into the minibuffer initially.
HISTORY is a list of previously selected inputs.
DEF is the default value.
INHERIT-INPUT-METHOD is currently ignored.
(fn PROMPT COLLECTION &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HISTORY DEF INHERIT-INPUT-METHOD)")
(defvar ivy-mode nil "\
Non-nil if ivy mode is enabled.
See the `ivy-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 `ivy-mode'.")
(custom-autoload 'ivy-mode "ivy" nil)
(autoload 'ivy-mode "ivy" "\
Toggle Ivy mode on or off.
Turn Ivy mode on if ARG is positive, off otherwise.
Turning on Ivy mode sets `completing-read-function' to
`ivy-completing-read'.
Global bindings:
\\{ivy-mode-map}
Minibuffer bindings:
\\{ivy-minibuffer-map}
(fn &optional ARG)" t)
(autoload 'ivy-switch-buffer "ivy" "\
Switch to another buffer." t)
(autoload 'ivy-switch-view "ivy" "\
Switch to one of the window views stored by `ivy-push-view'." t)
(autoload 'ivy-switch-buffer-other-window "ivy" "\
Switch to another buffer in another window." t)
(register-definition-prefixes "ivy" '("ivy-" "with-ivy-window"))
;;; Generated autoloads from ivy-overlay.el
(register-definition-prefixes "ivy-overlay" '("ivy-"))
;;; End of scraped data
(provide 'ivy-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; ivy-autoloads.el ends here

View File

@@ -0,0 +1,479 @@
;;; org-contrib-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from ob-J.el
(register-definition-prefixes "ob-J" '("obj-" "org-babel-"))
;;; Generated autoloads from ob-abc.el
(register-definition-prefixes "ob-abc" '("org-babel-"))
;;; Generated autoloads from ob-csharp.el
(register-definition-prefixes "ob-csharp" '("org-babel-"))
;;; Generated autoloads from ob-ebnf.el
(register-definition-prefixes "ob-ebnf" '("org-babel-"))
;;; Generated autoloads from ob-eukleides.el
(register-definition-prefixes "ob-eukleides" '("org-"))
;;; Generated autoloads from ob-fomus.el
(register-definition-prefixes "ob-fomus" '("org-babel-"))
;;; Generated autoloads from ob-hledger.el
(register-definition-prefixes "ob-hledger" '("org-babel-"))
;;; Generated autoloads from ob-io.el
(register-definition-prefixes "ob-io" '("org-babel-"))
;;; Generated autoloads from ob-ledger.el
(register-definition-prefixes "ob-ledger" '("org-babel-"))
;;; Generated autoloads from ob-mathomatic.el
(register-definition-prefixes "ob-mathomatic" '("org-babel-"))
;;; Generated autoloads from ob-mscgen.el
(register-definition-prefixes "ob-mscgen" '("org-babel-"))
;;; Generated autoloads from ob-oz.el
(register-definition-prefixes "ob-oz" '("org-babel-" "oz-send-string-expression"))
;;; Generated autoloads from ob-picolisp.el
(register-definition-prefixes "ob-picolisp" '("org-babel-"))
;;; Generated autoloads from ob-shen.el
(register-definition-prefixes "ob-shen" '("org-babel-"))
;;; Generated autoloads from ob-stata.el
(register-definition-prefixes "ob-stata" '("org-babel-"))
;;; Generated autoloads from ob-tcl.el
(register-definition-prefixes "ob-tcl" '("org-babel-"))
;;; Generated autoloads from ob-vala.el
(register-definition-prefixes "ob-vala" '("org-babel-"))
;;; Generated autoloads from ob-vbnet.el
(register-definition-prefixes "ob-vbnet" '("org-babel-"))
;;; Generated autoloads from ol-bookmark.el
(register-definition-prefixes "ol-bookmark" '("org-bookmark-"))
;;; Generated autoloads from ol-elisp-symbol.el
(register-definition-prefixes "ol-elisp-symbol" '("org-elisp-symbol-"))
;;; Generated autoloads from ol-git-link.el
(register-definition-prefixes "ol-git-link" '("org-git"))
;;; Generated autoloads from ol-mew.el
(register-definition-prefixes "ol-mew" '("org-mew-"))
;;; Generated autoloads from ol-vm.el
(register-definition-prefixes "ol-vm" '("org-vm-"))
;;; Generated autoloads from ol-wl.el
(register-definition-prefixes "ol-wl" '("org-wl-"))
;;; Generated autoloads from org-annotate-file.el
(autoload 'org-annotate-file "org-annotate-file" "\
Visit `org-annotate-file-storage-file` and add a new annotation section.
The annotation is opened at the new section which will be referencing
the point in the current file." t)
(autoload 'org-annotate-file-show-section "org-annotate-file" "\
Add or show annotation entry in STORAGE-FILE and return the buffer.
The annotation will link to ANNOTATED-BUFFER if specified,
otherwise the current buffer is used.
(fn STORAGE-FILE &optional ANNOTATED-BUFFER)")
(register-definition-prefixes "org-annotate-file" '("org-annotate-file-"))
;;; Generated autoloads from org-bibtex-extras.el
(register-definition-prefixes "org-bibtex-extras" '("obe-"))
;;; Generated autoloads from org-checklist.el
(register-definition-prefixes "org-checklist" '("org-"))
;;; Generated autoloads from org-choose.el
(register-definition-prefixes "org-choose" '("org-choose-"))
;;; Generated autoloads from org-collector.el
(register-definition-prefixes "org-collector" '("and-rest" "org-"))
;;; Generated autoloads from org-depend.el
(register-definition-prefixes "org-depend" '("org-depend-"))
;;; Generated autoloads from org-effectiveness.el
(register-definition-prefixes "org-effectiveness" '("org-effectiveness-"))
;;; Generated autoloads from org-eldoc.el
(autoload 'org-eldoc-load "org-eldoc" "\
Set up org-eldoc documentation function." t)
(register-definition-prefixes "org-eldoc" '("org-eldoc-"))
;;; Generated autoloads from org-expiry.el
(register-definition-prefixes "org-expiry" '("org-"))
;;; Generated autoloads from org-interactive-query.el
(register-definition-prefixes "org-interactive-query" '("org-agenda-query-"))
;;; Generated autoloads from org-invoice.el
(register-definition-prefixes "org-invoice" '("org-"))
;;; Generated autoloads from org-learn.el
(register-definition-prefixes "org-learn" '("calculate-new-optimal-factor" "determine-next-interval" "get-optimal-factor" "initial-" "inter-repetition-interval" "modify-" "org-" "set-optimal-factor"))
;;; Generated autoloads from org-license.el
(register-definition-prefixes "org-license" '("org-license-"))
;;; Generated autoloads from org-mac-iCal.el
(register-definition-prefixes "org-mac-iCal" '("omi-" "org-mac-iCal"))
;;; Generated autoloads from org-mairix.el
(register-definition-prefixes "org-mairix" '("org-"))
;;; Generated autoloads from org-panel.el
(register-definition-prefixes "org-panel" '("orgpan-"))
;;; Generated autoloads from org-registry.el
(autoload 'org-registry-show "org-registry" "\
Show Org files where there are links pointing to the current
buffer.
(fn &optional VISIT)" t)
(autoload 'org-registry-visit "org-registry" "\
If an Org file contains a link to the current location, visit
this file." t)
(autoload 'org-registry-initialize "org-registry" "\
Initialize `org-registry-alist'.
If FROM-SCRATCH is non-nil or the registry does not exist yet,
create a new registry from scratch and eval it. If the registry
exists, eval `org-registry-file' and make it the new value for
`org-registry-alist'.
(fn &optional FROM-SCRATCH)" t)
(autoload 'org-registry-insinuate "org-registry" "\
Call `org-registry-update' after saving in Org-mode.
Use with caution. This could slow down things a bit." t)
(autoload 'org-registry-update "org-registry" "\
Update the registry for the current Org file." t)
(register-definition-prefixes "org-registry" '("org-registry-"))
;;; Generated autoloads from org-screen.el
(register-definition-prefixes "org-screen" '("org-screen"))
;;; Generated autoloads from org-screenshot.el
(autoload 'org-screenshot-take "org-screenshot" "\
Take a screenshot and insert link to it at point, if image
display is already on (see \\[org-toggle-inline-images])
screenshot will be displayed as an image
Screen area for the screenshot is selected with the mouse, left
click on a window screenshots that window, while left click and
drag selects a region. Pressing any key cancels the screen shot
With `C-u' universal argument waits one second after target is
selected before taking the screenshot. With double `C-u' wait two
seconds.
With triple `C-u' wait 3 seconds, and also rings the bell when
screenshot is done, any more `C-u' after that increases delay by
2 seconds
(fn &optional DELAY)" t)
(autoload 'org-screenshot-rotate-prev "org-screenshot" "\
Rotate last screenshot with one of the previously taken
screenshots from the same directory. If DIR is negative, rotate
in the other direction
(fn DIR)" t)
(autoload 'org-screenshot-rotate-next "org-screenshot" "\
Rotate last screenshot with one of the previously taken
screenshots from the same directory. If DIR is negative, rotate
in the other direction
(fn DIR)" t)
(autoload 'org-screenshot-show-unused "org-screenshot" "\
Open A Dired buffer with unused screenshots marked" t)
(register-definition-prefixes "org-screenshot" '("org-screenshot-"))
;;; Generated autoloads from org-secretary.el
(register-definition-prefixes "org-secretary" '("join" "org-sec-"))
;;; Generated autoloads from org-sudoku.el
(register-definition-prefixes "org-sudoku" '("org-sudoku-"))
;;; Generated autoloads from org-toc.el
(autoload 'org-toc-show "org-toc" "\
Show the table of contents of the current Org-mode buffer.
(fn &optional DEPTH POSITION)" t)
(register-definition-prefixes "org-toc" '("org-"))
;;; Generated autoloads from org-wikinodes.el
(register-definition-prefixes "org-wikinodes" '("org-wikinodes-"))
;;; Generated autoloads from orgtbl-sqlinsert.el
(register-definition-prefixes "orgtbl-sqlinsert" '("orgtbl-"))
;;; Generated autoloads from ox-bibtex.el
(register-definition-prefixes "ox-bibtex" '("org-"))
;;; Generated autoloads from ox-confluence.el
(register-definition-prefixes "ox-confluence" '("org-confluence-"))
;;; Generated autoloads from ox-deck.el
(register-definition-prefixes "ox-deck" '("org-deck-"))
;;; Generated autoloads from ox-extra.el
(register-definition-prefixes "ox-extra" '("org-" "ox-extras"))
;;; Generated autoloads from ox-freemind.el
(autoload 'org-freemind-export-to-freemind "ox-freemind" "\
Export current buffer to a Freemind Mindmap file.
If narrowing is active in the current buffer, only export its
narrowed part.
If a region is active, export that region.
A non-nil optional argument ASYNC means the process should happen
asynchronously. The resulting file should be accessible through
the `org-export-stack' interface.
When optional argument SUBTREEP is non-nil, export the sub-tree
at point, extracting information from the headline properties
first.
When optional argument VISIBLE-ONLY is non-nil, don't export
contents of hidden elements.
When optional argument BODY-ONLY is non-nil, only write code
between \"<body>\" and \"</body>\" tags.
EXT-PLIST, when provided, is a property list with external
parameters overriding Org default settings, but still inferior to
file-local settings.
Return output file's name.
(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t)
(register-definition-prefixes "ox-freemind" '("org-freemind-"))
;;; Generated autoloads from ox-groff.el
(register-definition-prefixes "ox-groff" '("org-groff-"))
;;; Generated autoloads from ox-s5.el
(register-definition-prefixes "ox-s5" '("org-s5-"))
;;; Generated autoloads from ox-taskjuggler.el
(autoload 'org-taskjuggler-export "ox-taskjuggler" "\
Export current buffer to a TaskJuggler file.
The exporter looks for a tree with tag that matches
`org-taskjuggler-project-tag' and takes this as the tasks for
this project. The first node of this tree defines the project
properties such as project name and project period.
If there is a tree with tag that matches
`org-taskjuggler-resource-tag' this tree is taken as resources
for the project. If no resources are specified, a default
resource is created and allocated to the project.
Also the TaskJuggler project will be created with default reports
as defined in `org-taskjuggler-default-reports'.
If narrowing is active in the current buffer, only export its
narrowed part.
If a region is active, export that region.
A non-nil optional argument ASYNC means the process should happen
asynchronously. The resulting file should be accessible through
the `org-export-stack' interface.
When optional argument SUBTREEP is non-nil, export the sub-tree
at point, extracting information from the headline properties
first.
When optional argument VISIBLE-ONLY is non-nil, don't export
contents of hidden elements.
Return output file's name.
(fn &optional ASYNC SUBTREEP VISIBLE-ONLY)" t)
(autoload 'org-taskjuggler-export-and-process "ox-taskjuggler" "\
Export current buffer to a TaskJuggler file and process it.
The exporter looks for a tree with tag that matches
`org-taskjuggler-project-tag' and takes this as the tasks for
this project. The first node of this tree defines the project
properties such as project name and project period.
If there is a tree with tag that matches
`org-taskjuggler-resource-tag' this tree is taken as resources
for the project. If no resources are specified, a default
resource is created and allocated to the project.
Also the TaskJuggler project will be created with default reports
as defined in `org-taskjuggler-default-reports'.
If narrowing is active in the current buffer, only export its
narrowed part.
If a region is active, export that region.
When optional argument SUBTREEP is non-nil, export the sub-tree
at point, extracting information from the headline properties
first.
When optional argument VISIBLE-ONLY is non-nil, don't export
contents of hidden elements.
Return a list of reports.
(fn &optional SUBTREEP VISIBLE-ONLY)" t)
(autoload 'org-taskjuggler-export-process-and-open "ox-taskjuggler" "\
Export current buffer to a TaskJuggler file, process and open it.
Export and process the file using
`org-taskjuggler-export-and-process' and open the generated
reports with a browser.
If you are targeting TaskJuggler 2.4 (see
`org-taskjuggler-target-version') the processing and display of
the reports is done using the TaskJuggler GUI.
(fn &optional SUBTREEP VISIBLE-ONLY)" t)
(register-definition-prefixes "ox-taskjuggler" '("org-taskjuggler-"))
;;; End of scraped data
(provide 'org-contrib-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; org-contrib-autoloads.el ends here

View File

@@ -0,0 +1,56 @@
;;; swiper-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from swiper.el
(autoload 'swiper-avy "swiper" "\
Jump to one of the current swiper candidates with `avy'." t)
(autoload 'swiper-backward "swiper" "\
`isearch-backward' with an overview.
When non-nil, INITIAL-INPUT is the initial search pattern.
(fn &optional INITIAL-INPUT)" t)
(autoload 'swiper-thing-at-point "swiper" "\
`swiper' with `ivy-thing-at-point'." t)
(autoload 'swiper-all-thing-at-point "swiper" "\
`swiper-all' with `ivy-thing-at-point'." t)
(autoload 'swiper "swiper" "\
`isearch-forward' with an overview.
When non-nil, INITIAL-INPUT is the initial search pattern.
(fn &optional INITIAL-INPUT)" t)
(autoload 'swiper-all "swiper" "\
Run `swiper' for all open buffers.
(fn &optional INITIAL-INPUT)" t)
(autoload 'swiper-isearch "swiper" "\
A `swiper' that's not line-based.
(fn &optional INITIAL-INPUT)" t)
(autoload 'swiper-isearch-backward "swiper" "\
Like `swiper-isearch' but the first result is before the point.
(fn &optional INITIAL-INPUT)" t)
(register-definition-prefixes "swiper" '("swiper-"))
;;; End of scraped data
(provide 'swiper-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; swiper-autoloads.el ends here

View File

@@ -1,9 +1,10 @@
;; autoloads for single .el file in this directory
;; https://stackoverflow.com/a/4189794
;; (load-file (concat config-dir "lisp/update-autoloads.el"))
;; `update-autoloads-in-package-area' will generate -autoloads.el
;; files and create a loaddefs.el
;; (load-file (concat config-dir "lisp/loaddefs.el"))
;; put this path into the load-path automatically
@@ -34,3 +35,18 @@
(defun update-autoloads-for-file-in-package-area (file)
(interactive "f")
(update-autoloads-in-package-area file))
;; autoloads for all sub-directories
;;;###autoload
(defun update-autoloads-sub-packages (&optional file)
(package-generate-autoloads "all-the-icons" (concat config-dir "lisp/all-the-icons"))
(package-generate-autoloads "dashboard" (concat config-dir "lisp/dashboard"))
(package-generate-autoloads "ivy" (concat config-dir "lisp/ivy"))
(package-generate-autoloads "ivy-rich" (concat config-dir "lisp/ivy-rich"))
(package-generate-autoloads "my" (concat config-dir "lisp/my"))
;; (package-generate-autoloads "org" (concat config-dir "lisp/org")) ;; already org-loaddefs.el
(package-generate-autoloads "org-contrib" (concat config-dir "lisp/org-contrib"))
(package-generate-autoloads "swiper" (concat config-dir "lisp/swiper"))
)

View File

@@ -26,7 +26,7 @@
;;; Code:
(use-package amx
:defer t
:commands amx
:config
(setq amx-save-file (concat user-cache-directory "amx-items")))
@@ -34,7 +34,9 @@
;; valid actions.
(use-package ivy
:delight (ivy-mode "Ivy") ;; \u24BE i
:commands (ivy-mode)
:defer 0.1
:init (require 'ivy-autoloads)
;; Ivy-based interface to standard commands
:bind (("C-s" . swiper)
;; ("C-M-s" . swiper-all)
@@ -53,7 +55,8 @@
)
(use-package ivy-rich
:after (ivy counsel)
:defer 0.1
:init (require 'ivy-rich-autoloads)
:config
(setcdr (assq t ivy-format-functions-alist) #'ivy-format-function-line)
;; overwrite to fix error, see https://github.com/Yevgnen/ivy-rich/issues/115#issuecomment-1336951680
@@ -81,7 +84,8 @@
(all-the-icons-ivy-rich-mode 1))
(use-package swiper
:after ivy)
:commands (swiper)
:init (require 'swiper-autoloads))
(use-package counsel
:after ivy