corfu-autoloads.el (7205B)
1 ;;; corfu-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from corfu.el 13 14 (autoload 'corfu-mode "corfu" "\ 15 COmpletion in Region FUnction. 16 17 This is a minor mode. If called interactively, toggle the `Corfu 18 mode' mode. If the prefix argument is positive, enable the 19 mode, and if it is zero or negative, disable the mode. 20 21 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 22 the mode if ARG is nil, omitted, or is a positive number. 23 Disable the mode if ARG is a negative number. 24 25 To check whether the minor mode is enabled in the current buffer, 26 evaluate `corfu-mode'. 27 28 The mode's hook is called both when the mode is enabled and when 29 it is disabled. 30 31 (fn &optional ARG)" t) 32 (put 'global-corfu-mode 'globalized-minor-mode t) 33 (defvar global-corfu-mode nil "\ 34 Non-nil if Global Corfu mode is enabled. 35 See the `global-corfu-mode' command 36 for a description of this minor mode. 37 Setting this variable directly does not take effect; 38 either customize it (see the info node `Easy Customization') 39 or call the function `global-corfu-mode'.") 40 (custom-autoload 'global-corfu-mode "corfu" nil) 41 (autoload 'global-corfu-mode "corfu" "\ 42 Toggle Corfu mode in all buffers. 43 With prefix ARG, enable Global Corfu mode if ARG is positive; 44 otherwise, disable it. 45 46 If called from Lisp, toggle the mode if ARG is `toggle'. 47 Enable the mode if ARG is nil, omitted, or is a positive number. 48 Disable the mode if ARG is a negative number. 49 50 Corfu mode is enabled in all buffers where `corfu--on' would do it. 51 52 See `corfu-mode' for more information on Corfu mode. 53 54 (fn &optional ARG)" t) 55 (register-definition-prefixes "corfu" '("corfu-" "global-corfu-modes")) 56 57 58 ;;; Generated autoloads from corfu-echo.el 59 60 (defvar corfu-echo-mode nil "\ 61 Non-nil if Corfu-Echo mode is enabled. 62 See the `corfu-echo-mode' command 63 for a description of this minor mode.") 64 (custom-autoload 'corfu-echo-mode "corfu-echo" nil) 65 (autoload 'corfu-echo-mode "corfu-echo" "\ 66 Show candidate documentation in echo area. 67 68 This is a global minor mode. If called interactively, toggle the 69 `Corfu-Echo mode' mode. If the prefix argument is positive, 70 enable the mode, and if it is zero or negative, disable the 71 mode. 72 73 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 74 the mode if ARG is nil, omitted, or is a positive number. 75 Disable the mode if ARG is a negative number. 76 77 To check whether the minor mode is enabled in the current buffer, 78 evaluate `(default-value \\='corfu-echo-mode)'. 79 80 The mode's hook is called both when the mode is enabled and when 81 it is disabled. 82 83 (fn &optional ARG)" t) 84 (register-definition-prefixes "corfu-echo" '("corfu-echo-")) 85 86 87 ;;; Generated autoloads from corfu-history.el 88 89 (defvar corfu-history-mode nil "\ 90 Non-nil if Corfu-History mode is enabled. 91 See the `corfu-history-mode' command 92 for a description of this minor mode. 93 Setting this variable directly does not take effect; 94 either customize it (see the info node `Easy Customization') 95 or call the function `corfu-history-mode'.") 96 (custom-autoload 'corfu-history-mode "corfu-history" nil) 97 (autoload 'corfu-history-mode "corfu-history" "\ 98 Update Corfu history and sort completions by history. 99 100 This is a global minor mode. If called interactively, toggle the 101 `Corfu-History mode' mode. If the prefix argument is positive, 102 enable the mode, and if it is zero or negative, disable the 103 mode. 104 105 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 106 the mode if ARG is nil, omitted, or is a positive number. 107 Disable the mode if ARG is a negative number. 108 109 To check whether the minor mode is enabled in the current buffer, 110 evaluate `(default-value \\='corfu-history-mode)'. 111 112 The mode's hook is called both when the mode is enabled and when 113 it is disabled. 114 115 (fn &optional ARG)" t) 116 (register-definition-prefixes "corfu-history" '("corfu-history")) 117 118 119 ;;; Generated autoloads from corfu-indexed.el 120 121 (defvar corfu-indexed-mode nil "\ 122 Non-nil if Corfu-Indexed mode is enabled. 123 See the `corfu-indexed-mode' command 124 for a description of this minor mode.") 125 (custom-autoload 'corfu-indexed-mode "corfu-indexed" nil) 126 (autoload 'corfu-indexed-mode "corfu-indexed" "\ 127 Prefix candidates with indices. 128 129 This is a global minor mode. If called interactively, toggle the 130 `Corfu-Indexed mode' mode. If the prefix argument is positive, 131 enable the mode, and if it is zero or negative, disable the 132 mode. 133 134 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 135 the mode if ARG is nil, omitted, or is a positive number. 136 Disable the mode if ARG is a negative number. 137 138 To check whether the minor mode is enabled in the current buffer, 139 evaluate `(default-value \\='corfu-indexed-mode)'. 140 141 The mode's hook is called both when the mode is enabled and when 142 it is disabled. 143 144 (fn &optional ARG)" t) 145 (register-definition-prefixes "corfu-indexed" '("corfu-indexed-")) 146 147 148 ;;; Generated autoloads from corfu-info.el 149 150 (autoload 'corfu-info-documentation "corfu-info" "\ 151 Show documentation of current candidate. 152 If called with a prefix ARG, the buffer is persistent. 153 154 (fn &optional ARG)" t) 155 (autoload 'corfu-info-location "corfu-info" "\ 156 Show location of current candidate. 157 If called with a prefix ARG, the buffer is persistent. 158 159 (fn &optional ARG)" t) 160 (register-definition-prefixes "corfu-info" '("corfu-info--")) 161 162 163 ;;; Generated autoloads from corfu-popupinfo.el 164 165 (defvar corfu-popupinfo-mode nil "\ 166 Non-nil if Corfu-Popupinfo mode is enabled. 167 See the `corfu-popupinfo-mode' command 168 for a description of this minor mode.") 169 (custom-autoload 'corfu-popupinfo-mode "corfu-popupinfo" nil) 170 (autoload 'corfu-popupinfo-mode "corfu-popupinfo" "\ 171 Corfu info popup minor mode. 172 173 This is a global minor mode. If called interactively, toggle the 174 `Corfu-Popupinfo mode' mode. If the prefix argument is 175 positive, enable the mode, and if it is zero or negative, 176 disable the mode. 177 178 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 179 the mode if ARG is nil, omitted, or is a positive number. 180 Disable the mode if ARG is a negative number. 181 182 To check whether the minor mode is enabled in the current buffer, 183 evaluate `(default-value \\='corfu-popupinfo-mode)'. 184 185 The mode's hook is called both when the mode is enabled and when 186 it is disabled. 187 188 (fn &optional ARG)" t) 189 (register-definition-prefixes "corfu-popupinfo" '("corfu-popupinfo-")) 190 191 192 ;;; Generated autoloads from corfu-quick.el 193 194 (autoload 'corfu-quick-jump "corfu-quick" "\ 195 Jump to candidate using quick keys." t) 196 (autoload 'corfu-quick-insert "corfu-quick" "\ 197 Insert candidate using quick keys." t) 198 (autoload 'corfu-quick-complete "corfu-quick" "\ 199 Complete candidate using quick keys." t) 200 (register-definition-prefixes "corfu-quick" '("corfu-quick")) 201 202 ;;; End of scraped data 203 204 (provide 'corfu-autoloads) 205 206 ;; Local Variables: 207 ;; version-control: never 208 ;; no-byte-compile: t 209 ;; no-update-autoloads: t 210 ;; no-native-compile: t 211 ;; coding: utf-8-emacs-unix 212 ;; End: 213 214 ;;; corfu-autoloads.el ends here