corfu-autoloads.el (7186B)
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 (fn &optional ARG)" t) 57 (register-definition-prefixes "corfu" '("corfu-" "global-corfu-modes")) 58 59 60 ;;; Generated autoloads from corfu-echo.el 61 62 (defvar corfu-echo-mode nil "\ 63 Non-nil if Corfu-Echo mode is enabled. 64 See the `corfu-echo-mode' command 65 for a description of this minor mode.") 66 (custom-autoload 'corfu-echo-mode "corfu-echo" nil) 67 (autoload 'corfu-echo-mode "corfu-echo" "\ 68 Show candidate documentation in echo area. 69 70 This is a global minor mode. If called interactively, toggle the 71 `Corfu-Echo mode' mode. If the prefix argument is positive, 72 enable the mode, and if it is zero or negative, disable the mode. 73 74 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 75 the mode if ARG is nil, omitted, or is a positive number. 76 Disable the mode if ARG is a negative number. 77 78 To check whether the minor mode is enabled in the current buffer, 79 evaluate `(default-value \\='corfu-echo-mode)'. 80 81 The mode's hook is called both when the mode is enabled and when 82 it is disabled. 83 84 (fn &optional ARG)" t) 85 (register-definition-prefixes "corfu-echo" '("corfu-echo-")) 86 87 88 ;;; Generated autoloads from corfu-history.el 89 90 (defvar corfu-history-mode nil "\ 91 Non-nil if Corfu-History mode is enabled. 92 See the `corfu-history-mode' command 93 for a description of this minor mode. 94 Setting this variable directly does not take effect; 95 either customize it (see the info node `Easy Customization') 96 or call the function `corfu-history-mode'.") 97 (custom-autoload 'corfu-history-mode "corfu-history" nil) 98 (autoload 'corfu-history-mode "corfu-history" "\ 99 Update Corfu history and sort completions by history. 100 101 This is a global minor mode. If called interactively, toggle the 102 `Corfu-History mode' mode. If the prefix argument is positive, 103 enable the mode, and if it is zero or negative, disable the 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 mode. 132 133 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 134 the mode if ARG is nil, omitted, or is a positive number. 135 Disable the mode if ARG is a negative number. 136 137 To check whether the minor mode is enabled in the current buffer, 138 evaluate `(default-value \\='corfu-indexed-mode)'. 139 140 The mode's hook is called both when the mode is enabled and when 141 it is disabled. 142 143 (fn &optional ARG)" t) 144 (register-definition-prefixes "corfu-indexed" '("corfu-indexed-")) 145 146 147 ;;; Generated autoloads from corfu-info.el 148 149 (autoload 'corfu-info-documentation "corfu-info" "\ 150 Show documentation of current candidate. 151 If called with a prefix ARG, the buffer is persistent. 152 153 (fn &optional ARG)" t) 154 (autoload 'corfu-info-location "corfu-info" "\ 155 Show location of current candidate. 156 If called with a prefix ARG, the buffer is persistent. 157 158 (fn &optional ARG)" t) 159 (register-definition-prefixes "corfu-info" '("corfu-info--")) 160 161 162 ;;; Generated autoloads from corfu-popupinfo.el 163 164 (defvar corfu-popupinfo-mode nil "\ 165 Non-nil if Corfu-Popupinfo mode is enabled. 166 See the `corfu-popupinfo-mode' command 167 for a description of this minor mode.") 168 (custom-autoload 'corfu-popupinfo-mode "corfu-popupinfo" nil) 169 (autoload 'corfu-popupinfo-mode "corfu-popupinfo" "\ 170 Corfu info popup minor mode. 171 172 This is a global minor mode. If called interactively, toggle the 173 `Corfu-Popupinfo mode' mode. If the prefix argument is positive, 174 enable the mode, and if it is zero or negative, disable the mode. 175 176 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 177 the mode if ARG is nil, omitted, or is a positive number. 178 Disable the mode if ARG is a negative number. 179 180 To check whether the minor mode is enabled in the current buffer, 181 evaluate `(default-value \\='corfu-popupinfo-mode)'. 182 183 The mode's hook is called both when the mode is enabled and when 184 it is disabled. 185 186 (fn &optional ARG)" t) 187 (register-definition-prefixes "corfu-popupinfo" '("corfu-popupinfo-")) 188 189 190 ;;; Generated autoloads from corfu-quick.el 191 192 (autoload 'corfu-quick-jump "corfu-quick" "\ 193 Jump to candidate using quick keys." t) 194 (autoload 'corfu-quick-insert "corfu-quick" "\ 195 Insert candidate using quick keys." t) 196 (autoload 'corfu-quick-complete "corfu-quick" "\ 197 Complete candidate using quick keys." t) 198 (register-definition-prefixes "corfu-quick" '("corfu-quick")) 199 200 ;;; End of scraped data 201 202 (provide 'corfu-autoloads) 203 204 ;; Local Variables: 205 ;; version-control: never 206 ;; no-byte-compile: t 207 ;; no-update-autoloads: t 208 ;; no-native-compile: t 209 ;; coding: utf-8-emacs-unix 210 ;; End: 211 212 ;;; corfu-autoloads.el ends here