vertico-autoloads.el (13485B)
1 ;;; vertico-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 vertico.el 13 14 (defvar vertico-mode nil "\ 15 Non-nil if Vertico mode is enabled. 16 See the `vertico-mode' command 17 for a description of this minor mode. 18 Setting this variable directly does not take effect; 19 either customize it (see the info node `Easy Customization') 20 or call the function `vertico-mode'.") 21 (custom-autoload 'vertico-mode "vertico" nil) 22 (autoload 'vertico-mode "vertico" "\ 23 VERTical Interactive COmpletion. 24 25 This is a global minor mode. If called interactively, toggle the 26 `Vertico mode' mode. If the prefix argument is positive, enable 27 the mode, and if it is zero or negative, disable the mode. 28 29 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 30 the mode if ARG is nil, omitted, or is a positive number. 31 Disable the mode if ARG is a negative number. 32 33 To check whether the minor mode is enabled in the current buffer, 34 evaluate `(default-value \\='vertico-mode)'. 35 36 The mode's hook is called both when the mode is enabled and when 37 it is disabled. 38 39 (fn &optional ARG)" t) 40 (register-definition-prefixes "vertico" '("vertico-")) 41 42 43 ;;; Generated autoloads from vertico-buffer.el 44 45 (defvar vertico-buffer-mode nil "\ 46 Non-nil if Vertico-Buffer mode is enabled. 47 See the `vertico-buffer-mode' command 48 for a description of this minor mode. 49 Setting this variable directly does not take effect; 50 either customize it (see the info node `Easy Customization') 51 or call the function `vertico-buffer-mode'.") 52 (custom-autoload 'vertico-buffer-mode "vertico-buffer" nil) 53 (autoload 'vertico-buffer-mode "vertico-buffer" "\ 54 Display Vertico like a regular buffer in a large window. 55 56 This is a global minor mode. If called interactively, toggle the 57 `Vertico-Buffer mode' mode. If the prefix argument is positive, 58 enable the mode, and if it is zero or negative, disable the mode. 59 60 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 61 the mode if ARG is nil, omitted, or is a positive number. 62 Disable the mode if ARG is a negative number. 63 64 To check whether the minor mode is enabled in the current buffer, 65 evaluate `(default-value \\='vertico-buffer-mode)'. 66 67 The mode's hook is called both when the mode is enabled and when 68 it is disabled. 69 70 (fn &optional ARG)" t) 71 (register-definition-prefixes "vertico-buffer" '("vertico-buffer-")) 72 73 74 ;;; Generated autoloads from vertico-directory.el 75 76 (autoload 'vertico-directory-enter "vertico-directory" "\ 77 Enter directory or exit completion with current candidate. 78 Exit with current input if prefix ARG is given. 79 80 (fn &optional ARG)" t) 81 (autoload 'vertico-directory-up "vertico-directory" "\ 82 Delete N names before point. 83 84 (fn &optional N)" t) 85 (autoload 'vertico-directory-delete-char "vertico-directory" "\ 86 Delete N directories or chars before point. 87 88 (fn &optional N)" t) 89 (autoload 'vertico-directory-delete-word "vertico-directory" "\ 90 Delete N directories or words before point. 91 92 (fn &optional N)" t) 93 (autoload 'vertico-directory-tidy "vertico-directory" "\ 94 Tidy shadowed file name, see `rfn-eshadow-overlay'.") 95 96 97 ;;; Generated autoloads from vertico-flat.el 98 99 (defvar vertico-flat-mode nil "\ 100 Non-nil if Vertico-Flat mode is enabled. 101 See the `vertico-flat-mode' command 102 for a description of this minor mode. 103 Setting this variable directly does not take effect; 104 either customize it (see the info node `Easy Customization') 105 or call the function `vertico-flat-mode'.") 106 (custom-autoload 'vertico-flat-mode "vertico-flat" nil) 107 (autoload 'vertico-flat-mode "vertico-flat" "\ 108 Flat, horizontal display for Vertico. 109 110 This is a global minor mode. If called interactively, toggle the 111 `Vertico-Flat mode' mode. If the prefix argument is positive, 112 enable the mode, and if it is zero or negative, disable the mode. 113 114 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 115 the mode if ARG is nil, omitted, or is a positive number. 116 Disable the mode if ARG is a negative number. 117 118 To check whether the minor mode is enabled in the current buffer, 119 evaluate `(default-value \\='vertico-flat-mode)'. 120 121 The mode's hook is called both when the mode is enabled and when 122 it is disabled. 123 124 (fn &optional ARG)" t) 125 (register-definition-prefixes "vertico-flat" '("vertico-flat-")) 126 127 128 ;;; Generated autoloads from vertico-grid.el 129 130 (defvar vertico-grid-mode nil "\ 131 Non-nil if Vertico-Grid mode is enabled. 132 See the `vertico-grid-mode' command 133 for a description of this minor mode. 134 Setting this variable directly does not take effect; 135 either customize it (see the info node `Easy Customization') 136 or call the function `vertico-grid-mode'.") 137 (custom-autoload 'vertico-grid-mode "vertico-grid" nil) 138 (autoload 'vertico-grid-mode "vertico-grid" "\ 139 Grid display for Vertico. 140 141 This is a global minor mode. If called interactively, toggle the 142 `Vertico-Grid mode' mode. If the prefix argument is positive, 143 enable the mode, and if it is zero or negative, disable the mode. 144 145 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 146 the mode if ARG is nil, omitted, or is a positive number. 147 Disable the mode if ARG is a negative number. 148 149 To check whether the minor mode is enabled in the current buffer, 150 evaluate `(default-value \\='vertico-grid-mode)'. 151 152 The mode's hook is called both when the mode is enabled and when 153 it is disabled. 154 155 (fn &optional ARG)" t) 156 (register-definition-prefixes "vertico-grid" '("vertico-grid-")) 157 158 159 ;;; Generated autoloads from vertico-indexed.el 160 161 (defvar vertico-indexed-mode nil "\ 162 Non-nil if Vertico-Indexed mode is enabled. 163 See the `vertico-indexed-mode' command 164 for a description of this minor mode.") 165 (custom-autoload 'vertico-indexed-mode "vertico-indexed" nil) 166 (autoload 'vertico-indexed-mode "vertico-indexed" "\ 167 Prefix candidates with indices. 168 169 This is a global minor mode. If called interactively, toggle the 170 `Vertico-Indexed mode' mode. If the prefix argument is positive, 171 enable the mode, and if it is zero or negative, disable the mode. 172 173 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 174 the mode if ARG is nil, omitted, or is a positive number. 175 Disable the mode if ARG is a negative number. 176 177 To check whether the minor mode is enabled in the current buffer, 178 evaluate `(default-value \\='vertico-indexed-mode)'. 179 180 The mode's hook is called both when the mode is enabled and when 181 it is disabled. 182 183 (fn &optional ARG)" t) 184 (register-definition-prefixes "vertico-indexed" '("vertico-indexed-")) 185 186 187 ;;; Generated autoloads from vertico-mouse.el 188 189 (defvar vertico-mouse-mode nil "\ 190 Non-nil if Vertico-Mouse mode is enabled. 191 See the `vertico-mouse-mode' command 192 for a description of this minor mode.") 193 (custom-autoload 'vertico-mouse-mode "vertico-mouse" nil) 194 (autoload 'vertico-mouse-mode "vertico-mouse" "\ 195 Mouse support for Vertico. 196 197 This is a global minor mode. If called interactively, toggle the 198 `Vertico-Mouse mode' mode. If the prefix argument is positive, 199 enable the mode, and if it is zero or negative, disable the mode. 200 201 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 202 the mode if ARG is nil, omitted, or is a positive number. 203 Disable the mode if ARG is a negative number. 204 205 To check whether the minor mode is enabled in the current buffer, 206 evaluate `(default-value \\='vertico-mouse-mode)'. 207 208 The mode's hook is called both when the mode is enabled and when 209 it is disabled. 210 211 (fn &optional ARG)" t) 212 (register-definition-prefixes "vertico-mouse" '("vertico-mouse-")) 213 214 215 ;;; Generated autoloads from vertico-multiform.el 216 217 (defvar vertico-multiform-mode nil "\ 218 Non-nil if Vertico-Multiform mode is enabled. 219 See the `vertico-multiform-mode' command 220 for a description of this minor mode. 221 Setting this variable directly does not take effect; 222 either customize it (see the info node `Easy Customization') 223 or call the function `vertico-multiform-mode'.") 224 (custom-autoload 'vertico-multiform-mode "vertico-multiform" nil) 225 (autoload 'vertico-multiform-mode "vertico-multiform" "\ 226 Configure Vertico in various forms per command. 227 228 This is a global minor mode. If called interactively, toggle the 229 `Vertico-Multiform mode' mode. If the prefix argument is 230 positive, enable the mode, and if it is zero or negative, disable 231 the mode. 232 233 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 234 the mode if ARG is nil, omitted, or is a positive number. 235 Disable the mode if ARG is a negative number. 236 237 To check whether the minor mode is enabled in the current buffer, 238 evaluate `(default-value \\='vertico-multiform-mode)'. 239 240 The mode's hook is called both when the mode is enabled and when 241 it is disabled. 242 243 (fn &optional ARG)" t) 244 (register-definition-prefixes "vertico-multiform" '("vertico-multiform-")) 245 246 247 ;;; Generated autoloads from vertico-quick.el 248 249 (autoload 'vertico-quick-jump "vertico-quick" "\ 250 Jump to candidate using quick keys." t) 251 (autoload 'vertico-quick-exit "vertico-quick" "\ 252 Exit with candidate using quick keys." t) 253 (autoload 'vertico-quick-insert "vertico-quick" "\ 254 Insert candidate using quick keys." t) 255 (register-definition-prefixes "vertico-quick" '("vertico-quick")) 256 257 258 ;;; Generated autoloads from vertico-repeat.el 259 260 (autoload 'vertico-repeat-save "vertico-repeat" "\ 261 Save Vertico session for `vertico-repeat'. 262 This function must be registered as `minibuffer-setup-hook'.") 263 (autoload 'vertico-repeat-next "vertico-repeat" "\ 264 Repeat Nth next Vertico completion session. 265 This command must be called from an existing Vertico session 266 after `vertico-repeat-previous'. 267 268 (fn N)" t) 269 (autoload 'vertico-repeat-previous "vertico-repeat" "\ 270 Repeat Nth previous Vertico completion session. 271 If called from an existing Vertico session, restore the input and 272 selected candidate for the current command. 273 274 (fn N)" t) 275 (autoload 'vertico-repeat-select "vertico-repeat" "\ 276 Select a Vertico session from the session history and repeat it. 277 If called from an existing Vertico session, you can select among 278 previous sessions for the current command." t) 279 (autoload 'vertico-repeat "vertico-repeat" "\ 280 Repeat last Vertico session. 281 If prefix ARG is non-nil, offer completion menu to select from session history. 282 283 (fn &optional ARG)" t) 284 (register-definition-prefixes "vertico-repeat" '("vertico-repeat-")) 285 286 287 ;;; Generated autoloads from vertico-reverse.el 288 289 (defvar vertico-reverse-mode nil "\ 290 Non-nil if Vertico-Reverse mode is enabled. 291 See the `vertico-reverse-mode' command 292 for a description of this minor mode. 293 Setting this variable directly does not take effect; 294 either customize it (see the info node `Easy Customization') 295 or call the function `vertico-reverse-mode'.") 296 (custom-autoload 'vertico-reverse-mode "vertico-reverse" nil) 297 (autoload 'vertico-reverse-mode "vertico-reverse" "\ 298 Reverse the Vertico display. 299 300 This is a global minor mode. If called interactively, toggle the 301 `Vertico-Reverse mode' mode. If the prefix argument is positive, 302 enable the mode, and if it is zero or negative, disable the mode. 303 304 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 305 the mode if ARG is nil, omitted, or is a positive number. 306 Disable the mode if ARG is a negative number. 307 308 To check whether the minor mode is enabled in the current buffer, 309 evaluate `(default-value \\='vertico-reverse-mode)'. 310 311 The mode's hook is called both when the mode is enabled and when 312 it is disabled. 313 314 (fn &optional ARG)" t) 315 (register-definition-prefixes "vertico-reverse" '("vertico-reverse-map")) 316 317 318 ;;; Generated autoloads from vertico-suspend.el 319 320 (autoload 'vertico-suspend "vertico-suspend" "\ 321 Suspend the current completion session. 322 If the command is invoked from within the Vertico minibuffer, the 323 current session is suspended. If the command is invoked from 324 outside the minibuffer, the active minibuffer is either selected 325 or the latest completion session is restored." t) 326 (register-definition-prefixes "vertico-suspend" '("vertico-suspend--")) 327 328 329 ;;; Generated autoloads from vertico-unobtrusive.el 330 331 (defvar vertico-unobtrusive-mode nil "\ 332 Non-nil if Vertico-Unobtrusive mode is enabled. 333 See the `vertico-unobtrusive-mode' command 334 for a description of this minor mode. 335 Setting this variable directly does not take effect; 336 either customize it (see the info node `Easy Customization') 337 or call the function `vertico-unobtrusive-mode'.") 338 (custom-autoload 'vertico-unobtrusive-mode "vertico-unobtrusive" nil) 339 (autoload 'vertico-unobtrusive-mode "vertico-unobtrusive" "\ 340 Unobtrusive display for Vertico. 341 342 This is a global minor mode. If called interactively, toggle the 343 `Vertico-Unobtrusive mode' mode. If the prefix argument is 344 positive, enable the mode, and if it is zero or negative, disable 345 the mode. 346 347 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 348 the mode if ARG is nil, omitted, or is a positive number. 349 Disable the mode if ARG is a negative number. 350 351 To check whether the minor mode is enabled in the current buffer, 352 evaluate `(default-value \\='vertico-unobtrusive-mode)'. 353 354 The mode's hook is called both when the mode is enabled and when 355 it is disabled. 356 357 (fn &optional ARG)" t) 358 (register-definition-prefixes "vertico-unobtrusive" '("vertico-unobtrusive--restore")) 359 360 ;;; End of scraped data 361 362 (provide 'vertico-autoloads) 363 364 ;; Local Variables: 365 ;; version-control: never 366 ;; no-byte-compile: t 367 ;; no-update-autoloads: t 368 ;; no-native-compile: t 369 ;; coding: utf-8-emacs-unix 370 ;; End: 371 372 ;;; vertico-autoloads.el ends here