You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
;;; paradox-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "paradox" "paradox.el" (0 0 0 0));;; Generated autoloads from paradox.el
(autoload 'paradox-list-packages "paradox" "\
Improved version of `package-list-packages'. The heart of Paradox.Function is equivalent to `package-list-packages' (including theprefix NO-FETCH), but the resulting Package Menu is improved inseveral ways.
Among them:
1. Uses `paradox-menu-mode', which has more functionality andkeybinds than `package-menu-mode'.
2. Uses some font-locking to improve readability.
3. Optionally shows the number GitHub stars and Melpa downloadsfor packages.
4. Adds useful information in the mode-line.
\(fn NO-FETCH)" t nil)
(autoload 'paradox-upgrade-packages "paradox" "\
Upgrade all packages. No questions asked.This function is equivalent to `list-packages', followed by a`package-menu-mark-upgrades' and a `package-menu-execute'. Exceptthe user isn't asked to confirm deletion of packages.
If `paradox-execute-asynchronously' is non-nil, part of thisoperation may be performed in the background.
The NO-FETCH prefix argument is passed to `list-packages'. Itprevents re-download of information about new versions. It doesnot prevent downloading the actual packages (obviously).
\(fn &optional NO-FETCH)" t nil)
(autoload 'paradox-enable "paradox" "\
Enable paradox, overriding the default package-menu." t nil)
(autoload 'paradox-require "paradox" "\
Like `require', but also install FEATURE if it is absent.FILENAME is passed to `require'.If NOERROR is non-nil, don't complain if the feature couldn't beinstalled, just return nil.
- If FEATURE is present, `require' it and return t.
- If FEATURE is not present, install PACKAGE with `package-install'.If PACKAGE is nil, assume FEATURE is the package name.After installation, `require' FEATURE.
By default, the current package database is only updated if it isempty. Passing a non-nil REFRESH argument forces this update.
\(fn FEATURE &optional FILENAME NOERROR PACKAGE REFRESH)" nil nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox" '("paradox-")))
;;;***;;;### (autoloads nil "paradox-commit-list" "paradox-commit-list.el";;;;;; (0 0 0 0));;; Generated autoloads from paradox-commit-list.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-commit-list" '("paradox-")))
;;;***;;;### (autoloads nil "paradox-core" "paradox-core.el" (0 0 0 0));;; Generated autoloads from paradox-core.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-core" '("paradox-")))
;;;***;;;### (autoloads nil "paradox-execute" "paradox-execute.el" (0 0;;;;;; 0 0));;; Generated autoloads from paradox-execute.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-execute" '("paradox-")))
;;;***;;;### (autoloads nil "paradox-github" "paradox-github.el" (0 0 0;;;;;; 0));;; Generated autoloads from paradox-github.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-github" '("paradox-")))
;;;***;;;### (autoloads nil "paradox-menu" "paradox-menu.el" (0 0 0 0));;; Generated autoloads from paradox-menu.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-menu" '("paradox-")))
;;;***;;;### (autoloads nil nil ("paradox-pkg.el") (0 0 0 0))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; paradox-autoloads.el ends here
|