dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

corfu-autoloads.el (7471B)


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