corfu-autoloads.el (7906B)
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 mode, 19 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 \\{corfu-mode-map} 32 33 (fn &optional ARG)" t) 34 (put 'global-corfu-mode 'globalized-minor-mode t) 35 (defvar global-corfu-mode nil "\ 36 Non-nil if Global Corfu mode is enabled. 37 See the `global-corfu-mode' command 38 for a description of this minor mode. 39 Setting this variable directly does not take effect; 40 either customize it (see the info node `Easy Customization') 41 or call the function `global-corfu-mode'.") 42 (custom-autoload 'global-corfu-mode "corfu" nil) 43 (autoload 'global-corfu-mode "corfu" "\ 44 Toggle Corfu mode in all buffers. 45 With prefix ARG, enable Global Corfu mode if ARG is positive; otherwise, disable 46 it. 47 48 If called from Lisp, toggle the mode if ARG is `toggle'. 49 Enable the mode if ARG is nil, omitted, or is a positive number. 50 Disable the mode if ARG is a negative number. 51 52 Corfu mode is enabled in all buffers where `corfu--on' would do it. 53 54 See `corfu-mode' for more information on Corfu mode. 55 56 `global-corfu-modes' is used to control which modes this minor mode is used in. 57 58 (fn &optional ARG)" t) 59 (defvar global-corfu-modes t "\ 60 Which major modes `corfu-mode' is switched on in. 61 This variable can be either t (all major modes), nil (no major modes), 62 or a list of modes and (not modes) to switch use this minor mode or 63 not. For instance 64 65 (c-mode (not message-mode mail-mode) text-mode) 66 67 means \"use this mode in all modes derived from `c-mode', don't use in 68 modes derived from `message-mode' or `mail-mode', but do use in other 69 modes derived from `text-mode'\". An element with value t means \"use\" 70 and nil means \"don't use\". There's an implicit nil at the end of the 71 list.") 72 (custom-autoload 'global-corfu-modes "corfu" t) 73 (register-definition-prefixes "corfu" '("corfu-" "global-corfu-minibuffer")) 74 75 76 ;;; Generated autoloads from corfu-echo.el 77 78 (defvar corfu-echo-mode nil "\ 79 Non-nil if Corfu-Echo mode is enabled. 80 See the `corfu-echo-mode' command 81 for a description of this minor mode.") 82 (custom-autoload 'corfu-echo-mode "corfu-echo" nil) 83 (autoload 'corfu-echo-mode "corfu-echo" "\ 84 Show candidate documentation in echo area. 85 86 This is a global minor mode. If called interactively, toggle the 87 `Corfu-Echo mode' mode. If the prefix argument is positive, 88 enable the mode, and if it is zero or negative, disable the mode. 89 90 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 91 the mode if ARG is nil, omitted, or is a positive number. 92 Disable the mode if ARG is a negative number. 93 94 To check whether the minor mode is enabled in the current buffer, 95 evaluate `(default-value \\='corfu-echo-mode)'. 96 97 The mode's hook is called both when the mode is enabled and when 98 it is disabled. 99 100 (fn &optional ARG)" t) 101 (register-definition-prefixes "corfu-echo" '("corfu-echo-")) 102 103 104 ;;; Generated autoloads from corfu-history.el 105 106 (defvar corfu-history-mode nil "\ 107 Non-nil if Corfu-History mode is enabled. 108 See the `corfu-history-mode' command 109 for a description of this minor mode. 110 Setting this variable directly does not take effect; 111 either customize it (see the info node `Easy Customization') 112 or call the function `corfu-history-mode'.") 113 (custom-autoload 'corfu-history-mode "corfu-history" nil) 114 (autoload 'corfu-history-mode "corfu-history" "\ 115 Update Corfu history and sort completions by history. 116 117 This is a global minor mode. If called interactively, toggle the 118 `Corfu-History mode' mode. If the prefix argument is positive, 119 enable the mode, and if it is zero or negative, disable the mode. 120 121 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 122 the mode if ARG is nil, omitted, or is a positive number. 123 Disable the mode if ARG is a negative number. 124 125 To check whether the minor mode is enabled in the current buffer, 126 evaluate `(default-value \\='corfu-history-mode)'. 127 128 The mode's hook is called both when the mode is enabled and when 129 it is disabled. 130 131 (fn &optional ARG)" t) 132 (register-definition-prefixes "corfu-history" '("corfu-history")) 133 134 135 ;;; Generated autoloads from corfu-indexed.el 136 137 (defvar corfu-indexed-mode nil "\ 138 Non-nil if Corfu-Indexed mode is enabled. 139 See the `corfu-indexed-mode' command 140 for a description of this minor mode.") 141 (custom-autoload 'corfu-indexed-mode "corfu-indexed" nil) 142 (autoload 'corfu-indexed-mode "corfu-indexed" "\ 143 Prefix candidates with indices. 144 145 This is a global minor mode. If called interactively, toggle the 146 `Corfu-Indexed mode' mode. If the prefix argument is positive, 147 enable the mode, and if it is zero or negative, disable the mode. 148 149 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 150 the mode if ARG is nil, omitted, or is a positive number. 151 Disable the mode if ARG is a negative number. 152 153 To check whether the minor mode is enabled in the current buffer, 154 evaluate `(default-value \\='corfu-indexed-mode)'. 155 156 The mode's hook is called both when the mode is enabled and when 157 it is disabled. 158 159 (fn &optional ARG)" t) 160 (register-definition-prefixes "corfu-indexed" '("corfu-indexed-")) 161 162 163 ;;; Generated autoloads from corfu-info.el 164 165 (autoload 'corfu-info-documentation "corfu-info" "\ 166 Show documentation of current candidate. 167 If called with a prefix ARG, the buffer is persistent. 168 169 (fn &optional ARG)" t) 170 (autoload 'corfu-info-location "corfu-info" "\ 171 Show location of current candidate. 172 If called with a prefix ARG, the buffer is persistent. 173 174 (fn &optional ARG)" t) 175 (register-definition-prefixes "corfu-info" '("corfu-info--")) 176 177 178 ;;; Generated autoloads from corfu-popupinfo.el 179 180 (defvar corfu-popupinfo-mode nil "\ 181 Non-nil if Corfu-Popupinfo mode is enabled. 182 See the `corfu-popupinfo-mode' command 183 for a description of this minor mode.") 184 (custom-autoload 'corfu-popupinfo-mode "corfu-popupinfo" nil) 185 (autoload 'corfu-popupinfo-mode "corfu-popupinfo" "\ 186 Corfu info popup minor mode. 187 188 This is a global minor mode. If called interactively, toggle the 189 `Corfu-Popupinfo mode' mode. If the prefix argument is positive, 190 enable the mode, and if it is zero or negative, disable the mode. 191 192 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 193 the mode if ARG is nil, omitted, or is a positive number. 194 Disable the mode if ARG is a negative number. 195 196 To check whether the minor mode is enabled in the current buffer, 197 evaluate `(default-value \\='corfu-popupinfo-mode)'. 198 199 The mode's hook is called both when the mode is enabled and when 200 it is disabled. 201 202 (fn &optional ARG)" t) 203 (register-definition-prefixes "corfu-popupinfo" '("corfu-popupinfo-")) 204 205 206 ;;; Generated autoloads from corfu-quick.el 207 208 (autoload 'corfu-quick-jump "corfu-quick" "\ 209 Jump to candidate using quick keys." t) 210 (autoload 'corfu-quick-insert "corfu-quick" "\ 211 Insert candidate using quick keys." t) 212 (autoload 'corfu-quick-complete "corfu-quick" "\ 213 Complete candidate using quick keys." t) 214 (register-definition-prefixes "corfu-quick" '("corfu-quick")) 215 216 ;;; End of scraped data 217 218 (provide 'corfu-autoloads) 219 220 ;; Local Variables: 221 ;; version-control: never 222 ;; no-byte-compile: t 223 ;; no-update-autoloads: t 224 ;; no-native-compile: t 225 ;; coding: utf-8-emacs-unix 226 ;; End: 227 228 ;;; corfu-autoloads.el ends here