corfu-autoloads.el (5188B)
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 (directory-file-name 9 (or (file-name-directory #$) (car load-path)))) 10 11 12 13 ;;; Generated autoloads from corfu.el 14 15 (autoload 'corfu-mode "corfu" "\ 16 Completion Overlay Region FUnction. 17 18 This is a minor mode. If called interactively, toggle the `Corfu 19 mode' mode. If the prefix argument is positive, enable the mode, 20 and if it is zero or negative, disable the mode. 21 22 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 23 the mode if ARG is nil, omitted, or is a positive number. 24 Disable the mode if ARG is a negative number. 25 26 To check whether the minor mode is enabled in the current buffer, 27 evaluate `corfu-mode'. 28 29 The mode's hook is called both when the mode is enabled and when 30 it is disabled. 31 32 (fn &optional ARG)" t nil) 33 (put 'global-corfu-mode 'globalized-minor-mode t) 34 (defvar global-corfu-mode nil "\ 35 Non-nil if Global Corfu mode is enabled. 36 See the `global-corfu-mode' command 37 for a description of this minor mode. 38 Setting this variable directly does not take effect; 39 either customize it (see the info node `Easy Customization') 40 or call the function `global-corfu-mode'.") 41 (custom-autoload 'global-corfu-mode "corfu" nil) 42 (autoload 'global-corfu-mode "corfu" "\ 43 Toggle Corfu mode in all buffers. 44 With prefix ARG, enable Global Corfu mode if ARG is positive; 45 otherwise, disable it. 46 47 If called from Lisp, toggle the mode if ARG is `toggle'. 48 Enable the mode if ARG is nil, omitted, or is a positive number. 49 Disable the mode if ARG is a negative number. 50 51 Corfu mode is enabled in all buffers where `corfu--on' would do it. 52 53 See `corfu-mode' for more information on Corfu mode. 54 55 (fn &optional ARG)" t nil) 56 (register-definition-prefixes "corfu" '("corfu-")) 57 58 59 ;;; Generated autoloads from corfu-history.el 60 61 (defvar corfu-history-mode nil "\ 62 Non-nil if Corfu-History mode is enabled. 63 See the `corfu-history-mode' command 64 for a description of this minor mode. 65 Setting this variable directly does not take effect; 66 either customize it (see the info node `Easy Customization') 67 or call the function `corfu-history-mode'.") 68 (custom-autoload 'corfu-history-mode "corfu-history" nil) 69 (autoload 'corfu-history-mode "corfu-history" "\ 70 Update Corfu history and sort completions by history. 71 72 This is a global minor mode. If called interactively, toggle the 73 `Corfu-History mode' mode. If the prefix argument is positive, 74 enable the mode, and if it is zero or negative, disable the mode. 75 76 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 77 the mode if ARG is nil, omitted, or is a positive number. 78 Disable the mode if ARG is a negative number. 79 80 To check whether the minor mode is enabled in the current buffer, 81 evaluate `(default-value \\='corfu-history-mode)'. 82 83 The mode's hook is called both when the mode is enabled and when 84 it is disabled. 85 86 (fn &optional ARG)" t nil) 87 (register-definition-prefixes "corfu-history" '("corfu-history")) 88 89 90 ;;; Generated autoloads from corfu-indexed.el 91 92 (defvar corfu-indexed-mode nil "\ 93 Non-nil if Corfu-Indexed mode is enabled. 94 See the `corfu-indexed-mode' command 95 for a description of this minor mode. 96 Setting this variable directly does not take effect; 97 either customize it (see the info node `Easy Customization') 98 or call the function `corfu-indexed-mode'.") 99 (custom-autoload 'corfu-indexed-mode "corfu-indexed" nil) 100 (autoload 'corfu-indexed-mode "corfu-indexed" "\ 101 Prefix candidates with indices. 102 103 This is a global minor mode. If called interactively, toggle the 104 `Corfu-Indexed mode' mode. If the prefix argument is positive, 105 enable the mode, and if it is zero or negative, disable the mode. 106 107 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 108 the mode if ARG is nil, omitted, or is a positive number. 109 Disable the mode if ARG is a negative number. 110 111 To check whether the minor mode is enabled in the current buffer, 112 evaluate `(default-value \\='corfu-indexed-mode)'. 113 114 The mode's hook is called both when the mode is enabled and when 115 it is disabled. 116 117 (fn &optional ARG)" t nil) 118 (register-definition-prefixes "corfu-indexed" '("corfu-indexed-")) 119 120 121 ;;; Generated autoloads from corfu-info.el 122 123 (autoload 'corfu-info-documentation "corfu-info" "\ 124 Show documentation of current candidate." t nil) 125 (autoload 'corfu-info-location "corfu-info" "\ 126 Show location of current candidate." t nil) 127 (register-definition-prefixes "corfu-info" '("corfu-info--restore-on-next-command")) 128 129 130 ;;; Generated autoloads from corfu-quick.el 131 132 (autoload 'corfu-quick-jump "corfu-quick" "\ 133 Jump to candidate using quick keys." t nil) 134 (autoload 'corfu-quick-insert "corfu-quick" "\ 135 Insert candidate using quick keys." t nil) 136 (autoload 'corfu-quick-complete "corfu-quick" "\ 137 Complete candidate using quick keys." t nil) 138 (register-definition-prefixes "corfu-quick" '("corfu-quick")) 139 140 ;;; End of scraped data 141 142 (provide 'corfu-autoloads) 143 144 ;; Local Variables: 145 ;; version-control: never 146 ;; no-byte-compile: t 147 ;; no-update-autoloads: t 148 ;; coding: utf-8-emacs-unix 149 ;; End: 150 151 ;;; corfu-autoloads.el ends here