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