Klimi's new dotfiles with stow.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

228 Zeilen
8.1 KiB

vor 4 Jahren
  1. ;;; use-package-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 "use-package-bind-key" "use-package-bind-key.el"
  7. ;;;;;; (0 0 0 0))
  8. ;;; Generated autoloads from use-package-bind-key.el
  9. (autoload 'use-package-autoload-keymap "use-package-bind-key" "\
  10. Loads PACKAGE and then binds the key sequence used to invoke
  11. this function to KEYMAP-SYMBOL. It then simulates pressing the
  12. same key sequence a again, so that the next key pressed is routed
  13. to the newly loaded keymap.
  14. This function supports use-package's :bind-keymap keyword. It
  15. works by binding the given key sequence to an invocation of this
  16. function for a particular keymap. The keymap is expected to be
  17. defined by the package. In this way, loading the package is
  18. deferred until the prefix key sequence is pressed.
  19. \(fn KEYMAP-SYMBOL PACKAGE OVERRIDE)" nil nil)
  20. (autoload 'use-package-normalize-binder "use-package-bind-key" "\
  21. \(fn NAME KEYWORD ARGS)" nil nil)
  22. (defalias 'use-package-normalize/:bind 'use-package-normalize-binder)
  23. (defalias 'use-package-normalize/:bind* 'use-package-normalize-binder)
  24. (defalias 'use-package-autoloads/:bind 'use-package-autoloads-mode)
  25. (defalias 'use-package-autoloads/:bind* 'use-package-autoloads-mode)
  26. (autoload 'use-package-handler/:bind "use-package-bind-key" "\
  27. \(fn NAME KEYWORD ARGS REST STATE &optional BIND-MACRO)" nil nil)
  28. (defalias 'use-package-normalize/:bind-keymap 'use-package-normalize-binder)
  29. (defalias 'use-package-normalize/:bind-keymap* 'use-package-normalize-binder)
  30. (autoload 'use-package-handler/:bind-keymap "use-package-bind-key" "\
  31. \(fn NAME KEYWORD ARGS REST STATE &optional OVERRIDE)" nil nil)
  32. (autoload 'use-package-handler/:bind-keymap* "use-package-bind-key" "\
  33. \(fn NAME KEYWORD ARG REST STATE)" nil nil)
  34. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-bind-key" '("use-package-handler/:bind*")))
  35. ;;;***
  36. ;;;### (autoloads nil "use-package-core" "use-package-core.el" (0
  37. ;;;;;; 0 0 0))
  38. ;;; Generated autoloads from use-package-core.el
  39. (autoload 'use-package "use-package-core" "\
  40. Declare an Emacs package by specifying a group of configuration options.
  41. For full documentation, please see the README file that came with
  42. this file. Usage:
  43. (use-package package-name
  44. [:keyword [option]]...)
  45. :init Code to run before PACKAGE-NAME has been loaded.
  46. :config Code to run after PACKAGE-NAME has been loaded. Note that
  47. if loading is deferred for any reason, this code does not
  48. execute until the lazy load has occurred.
  49. :preface Code to be run before everything except `:disabled'; this
  50. can be used to define functions for use in `:if', or that
  51. should be seen by the byte-compiler.
  52. :mode Form to be added to `auto-mode-alist'.
  53. :magic Form to be added to `magic-mode-alist'.
  54. :magic-fallback Form to be added to `magic-fallback-mode-alist'.
  55. :interpreter Form to be added to `interpreter-mode-alist'.
  56. :commands Define autoloads for commands that will be defined by the
  57. package. This is useful if the package is being lazily
  58. loaded, and you wish to conditionally call functions in your
  59. `:init' block that are defined in the package.
  60. :hook Specify hook(s) to attach this package to.
  61. :bind Bind keys, and define autoloads for the bound commands.
  62. :bind* Bind keys, and define autoloads for the bound commands,
  63. *overriding all minor mode bindings*.
  64. :bind-keymap Bind a key prefix to an auto-loaded keymap defined in the
  65. package. This is like `:bind', but for keymaps.
  66. :bind-keymap* Like `:bind-keymap', but overrides all minor mode bindings
  67. :defer Defer loading of a package -- this is implied when using
  68. `:commands', `:bind', `:bind*', `:mode', `:magic', `:hook',
  69. `:magic-fallback', or `:interpreter'. This can be an integer,
  70. to force loading after N seconds of idle time, if the package
  71. has not already been loaded.
  72. :after Defer loading of a package until after any of the named
  73. features are loaded.
  74. :demand Prevent deferred loading in all cases.
  75. :if EXPR Initialize and load only if EXPR evaluates to a non-nil value.
  76. :disabled The package is ignored completely if this keyword is present.
  77. :defines Declare certain variables to silence the byte-compiler.
  78. :functions Declare certain functions to silence the byte-compiler.
  79. :load-path Add to the `load-path' before attempting to load the package.
  80. :diminish Support for diminish.el (if installed).
  81. :delight Support for delight.el (if installed).
  82. :custom Call `customize-set-variable' with each variable definition.
  83. :custom-face Call `customize-set-faces' with each face definition.
  84. :ensure Loads the package using package.el if necessary.
  85. :pin Pin the package to an archive.
  86. \(fn NAME &rest ARGS)" nil t)
  87. (function-put 'use-package 'lisp-indent-function '1)
  88. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-core" '("use-package-")))
  89. ;;;***
  90. ;;;### (autoloads nil "use-package-delight" "use-package-delight.el"
  91. ;;;;;; (0 0 0 0))
  92. ;;; Generated autoloads from use-package-delight.el
  93. (autoload 'use-package-normalize/:delight "use-package-delight" "\
  94. Normalize arguments to delight.
  95. \(fn NAME KEYWORD ARGS)" nil nil)
  96. (autoload 'use-package-handler/:delight "use-package-delight" "\
  97. \(fn NAME KEYWORD ARGS REST STATE)" nil nil)
  98. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-delight" '("use-package-normalize-delight")))
  99. ;;;***
  100. ;;;### (autoloads nil "use-package-diminish" "use-package-diminish.el"
  101. ;;;;;; (0 0 0 0))
  102. ;;; Generated autoloads from use-package-diminish.el
  103. (autoload 'use-package-normalize/:diminish "use-package-diminish" "\
  104. \(fn NAME KEYWORD ARGS)" nil nil)
  105. (autoload 'use-package-handler/:diminish "use-package-diminish" "\
  106. \(fn NAME KEYWORD ARG REST STATE)" nil nil)
  107. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-diminish" '("use-package-normalize-diminish")))
  108. ;;;***
  109. ;;;### (autoloads nil "use-package-ensure" "use-package-ensure.el"
  110. ;;;;;; (0 0 0 0))
  111. ;;; Generated autoloads from use-package-ensure.el
  112. (autoload 'use-package-normalize/:ensure "use-package-ensure" "\
  113. \(fn NAME KEYWORD ARGS)" nil nil)
  114. (autoload 'use-package-handler/:ensure "use-package-ensure" "\
  115. \(fn NAME KEYWORD ENSURE REST STATE)" nil nil)
  116. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-ensure" '("use-package-")))
  117. ;;;***
  118. ;;;### (autoloads nil "use-package-jump" "use-package-jump.el" (0
  119. ;;;;;; 0 0 0))
  120. ;;; Generated autoloads from use-package-jump.el
  121. (autoload 'use-package-jump-to-package-form "use-package-jump" "\
  122. Attempt to find and jump to the `use-package' form that loaded
  123. PACKAGE. This will only find the form if that form actually
  124. required PACKAGE. If PACKAGE was previously required then this
  125. function will jump to the file that originally required PACKAGE
  126. instead.
  127. \(fn PACKAGE)" t nil)
  128. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-jump" '("use-package-find-require")))
  129. ;;;***
  130. ;;;### (autoloads nil "use-package-lint" "use-package-lint.el" (0
  131. ;;;;;; 0 0 0))
  132. ;;; Generated autoloads from use-package-lint.el
  133. (autoload 'use-package-lint "use-package-lint" "\
  134. Check for errors in use-package declarations.
  135. For example, if the module's `:if' condition is met, but even
  136. with the specified `:load-path' the module cannot be found.
  137. \(fn)" t nil)
  138. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-lint" '("use-package-lint-declaration")))
  139. ;;;***
  140. ;;;### (autoloads nil nil ("use-package-pkg.el" "use-package.el")
  141. ;;;;;; (0 0 0 0))
  142. ;;;***
  143. ;; Local Variables:
  144. ;; version-control: never
  145. ;; no-byte-compile: t
  146. ;; no-update-autoloads: t
  147. ;; coding: utf-8
  148. ;; End:
  149. ;;; use-package-autoloads.el ends here