Personal emacs config
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.

119 lines
3.7 KiB

  1. ;;; paradox-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "paradox" "paradox.el" (0 0 0 0))
  7. ;;; Generated autoloads from paradox.el
  8. (autoload 'paradox-list-packages "paradox" "\
  9. Improved version of `package-list-packages'. The heart of Paradox.
  10. Function is equivalent to `package-list-packages' (including the
  11. prefix NO-FETCH), but the resulting Package Menu is improved in
  12. several ways.
  13. Among them:
  14. 1. Uses `paradox-menu-mode', which has more functionality and
  15. keybinds than `package-menu-mode'.
  16. 2. Uses some font-locking to improve readability.
  17. 3. Optionally shows the number GitHub stars and Melpa downloads
  18. for packages.
  19. 4. Adds useful information in the mode-line.
  20. \(fn NO-FETCH)" t nil)
  21. (autoload 'paradox-upgrade-packages "paradox" "\
  22. Upgrade all packages. No questions asked.
  23. This function is equivalent to `list-packages', followed by a
  24. `package-menu-mark-upgrades' and a `package-menu-execute'. Except
  25. the user isn't asked to confirm deletion of packages.
  26. If `paradox-execute-asynchronously' is non-nil, part of this
  27. operation may be performed in the background.
  28. The NO-FETCH prefix argument is passed to `list-packages'. It
  29. prevents re-download of information about new versions. It does
  30. not prevent downloading the actual packages (obviously).
  31. \(fn &optional NO-FETCH)" t nil)
  32. (autoload 'paradox-enable "paradox" "\
  33. Enable paradox, overriding the default package-menu." t nil)
  34. (autoload 'paradox-require "paradox" "\
  35. Like `require', but also install FEATURE if it is absent.
  36. FILENAME is passed to `require'.
  37. If NOERROR is non-nil, don't complain if the feature couldn't be
  38. installed, just return nil.
  39. - If FEATURE is present, `require' it and return t.
  40. - If FEATURE is not present, install PACKAGE with `package-install'.
  41. If PACKAGE is nil, assume FEATURE is the package name.
  42. After installation, `require' FEATURE.
  43. By default, the current package database is only updated if it is
  44. empty. Passing a non-nil REFRESH argument forces this update.
  45. \(fn FEATURE &optional FILENAME NOERROR PACKAGE REFRESH)" nil nil)
  46. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox" '("paradox-")))
  47. ;;;***
  48. ;;;### (autoloads nil "paradox-commit-list" "paradox-commit-list.el"
  49. ;;;;;; (0 0 0 0))
  50. ;;; Generated autoloads from paradox-commit-list.el
  51. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-commit-list" '("paradox-")))
  52. ;;;***
  53. ;;;### (autoloads nil "paradox-core" "paradox-core.el" (0 0 0 0))
  54. ;;; Generated autoloads from paradox-core.el
  55. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-core" '("paradox-")))
  56. ;;;***
  57. ;;;### (autoloads nil "paradox-execute" "paradox-execute.el" (0 0
  58. ;;;;;; 0 0))
  59. ;;; Generated autoloads from paradox-execute.el
  60. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-execute" '("paradox-")))
  61. ;;;***
  62. ;;;### (autoloads nil "paradox-github" "paradox-github.el" (0 0 0
  63. ;;;;;; 0))
  64. ;;; Generated autoloads from paradox-github.el
  65. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-github" '("paradox-")))
  66. ;;;***
  67. ;;;### (autoloads nil "paradox-menu" "paradox-menu.el" (0 0 0 0))
  68. ;;; Generated autoloads from paradox-menu.el
  69. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paradox-menu" '("paradox-")))
  70. ;;;***
  71. ;;;### (autoloads nil nil ("paradox-pkg.el") (0 0 0 0))
  72. ;;;***
  73. ;; Local Variables:
  74. ;; version-control: never
  75. ;; no-byte-compile: t
  76. ;; no-update-autoloads: t
  77. ;; coding: utf-8
  78. ;; End:
  79. ;;; paradox-autoloads.el ends here