dotemacs

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

corfu-autoloads.el (5444B)


      1 ;;; corfu-autoloads.el --- automatically extracted autoloads  -*- lexical-binding: t -*-
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "corfu" "corfu.el" (0 0 0 0))
     10 ;;; Generated autoloads from corfu.el
     11 
     12 (autoload 'corfu-mode "corfu" "\
     13 Completion Overlay Region FUnction.
     14 
     15 This is a minor mode.  If called interactively, toggle the `Corfu
     16 mode' mode.  If the prefix argument is positive, enable the mode,
     17 and if it is zero or negative, disable the mode.
     18 
     19 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     20 the mode if ARG is nil, omitted, or is a positive number.
     21 Disable the mode if ARG is a negative number.
     22 
     23 To check whether the minor mode is enabled in the current buffer,
     24 evaluate `corfu-mode'.
     25 
     26 The mode's hook is called both when the mode is enabled and when
     27 it is disabled.
     28 
     29 \(fn &optional ARG)" t nil)
     30 
     31 (put 'global-corfu-mode 'globalized-minor-mode t)
     32 
     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 
     41 (custom-autoload 'global-corfu-mode "corfu" nil)
     42 
     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;
     46 otherwise, disable 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 nil)
     57 
     58 (register-definition-prefixes "corfu" '("corfu-"))
     59 
     60 ;;;***
     61 
     62 ;;;### (autoloads nil "corfu-history" "corfu-history.el" (0 0 0 0))
     63 ;;; Generated autoloads from corfu-history.el
     64 
     65 (defvar corfu-history-mode nil "\
     66 Non-nil if Corfu-History mode is enabled.
     67 See the `corfu-history-mode' command
     68 for a description of this minor mode.
     69 Setting this variable directly does not take effect;
     70 either customize it (see the info node `Easy Customization')
     71 or call the function `corfu-history-mode'.")
     72 
     73 (custom-autoload 'corfu-history-mode "corfu-history" nil)
     74 
     75 (autoload 'corfu-history-mode "corfu-history" "\
     76 Update Corfu history and sort completions by history.
     77 
     78 This is a minor mode.  If called interactively, toggle the
     79 `Corfu-History mode' mode.  If the prefix argument is positive,
     80 enable the mode, and if it is zero or negative, disable the mode.
     81 
     82 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     83 the mode if ARG is nil, omitted, or is a positive number.
     84 Disable the mode if ARG is a negative number.
     85 
     86 To check whether the minor mode is enabled in the current buffer,
     87 evaluate `(default-value \\='corfu-history-mode)'.
     88 
     89 The mode's hook is called both when the mode is enabled and when
     90 it is disabled.
     91 
     92 \(fn &optional ARG)" t nil)
     93 
     94 (register-definition-prefixes "corfu-history" '("corfu-history"))
     95 
     96 ;;;***
     97 
     98 ;;;### (autoloads nil "corfu-indexed" "corfu-indexed.el" (0 0 0 0))
     99 ;;; Generated autoloads from corfu-indexed.el
    100 
    101 (defvar corfu-indexed-mode nil "\
    102 Non-nil if Corfu-Indexed mode is enabled.
    103 See the `corfu-indexed-mode' command
    104 for a description of this minor mode.
    105 Setting this variable directly does not take effect;
    106 either customize it (see the info node `Easy Customization')
    107 or call the function `corfu-indexed-mode'.")
    108 
    109 (custom-autoload 'corfu-indexed-mode "corfu-indexed" nil)
    110 
    111 (autoload 'corfu-indexed-mode "corfu-indexed" "\
    112 Prefix candidates with indices.
    113 
    114 This is a minor mode.  If called interactively, toggle the
    115 `Corfu-Indexed mode' mode.  If the prefix argument is positive,
    116 enable the mode, and if it is zero or negative, disable the mode.
    117 
    118 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    119 the mode if ARG is nil, omitted, or is a positive number.
    120 Disable the mode if ARG is a negative number.
    121 
    122 To check whether the minor mode is enabled in the current buffer,
    123 evaluate `(default-value \\='corfu-indexed-mode)'.
    124 
    125 The mode's hook is called both when the mode is enabled and when
    126 it is disabled.
    127 
    128 \(fn &optional ARG)" t nil)
    129 
    130 (register-definition-prefixes "corfu-indexed" '("corfu-indexed--"))
    131 
    132 ;;;***
    133 
    134 ;;;### (autoloads nil "corfu-info" "corfu-info.el" (0 0 0 0))
    135 ;;; Generated autoloads from corfu-info.el
    136 
    137 (autoload 'corfu-info-documentation "corfu-info" "\
    138 Show documentation of current candidate." t nil)
    139 
    140 (autoload 'corfu-info-location "corfu-info" "\
    141 Show location of current candidate." t nil)
    142 
    143 (register-definition-prefixes "corfu-info" '("corfu-info--restore-on-next-command"))
    144 
    145 ;;;***
    146 
    147 ;;;### (autoloads nil "corfu-quick" "corfu-quick.el" (0 0 0 0))
    148 ;;; Generated autoloads from corfu-quick.el
    149 
    150 (autoload 'corfu-quick-jump "corfu-quick" "\
    151 Jump to candidate using quick keys." t nil)
    152 
    153 (autoload 'corfu-quick-insert "corfu-quick" "\
    154 Insert candidate using quick keys." t nil)
    155 
    156 (autoload 'corfu-quick-complete "corfu-quick" "\
    157 Complete candidate using quick keys." t nil)
    158 
    159 (register-definition-prefixes "corfu-quick" '("corfu-quick"))
    160 
    161 ;;;***
    162 
    163 ;;;### (autoloads nil nil ("corfu-pkg.el") (0 0 0 0))
    164 
    165 ;;;***
    166 
    167 ;; Local Variables:
    168 ;; version-control: never
    169 ;; no-byte-compile: t
    170 ;; no-update-autoloads: t
    171 ;; coding: utf-8
    172 ;; End:
    173 ;;; corfu-autoloads.el ends here