config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

corfu-terminal-autoloads.el (1604B)


      1 ;;; corfu-terminal-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-terminal.el
     13 
     14 (defvar corfu-terminal-mode nil "\
     15 Non-nil if Corfu-Terminal mode is enabled.
     16 See the `corfu-terminal-mode' command
     17 for a description of this minor mode.")
     18 (custom-autoload 'corfu-terminal-mode "corfu-terminal" nil)
     19 (autoload 'corfu-terminal-mode "corfu-terminal" "\
     20 Corfu popup on terminal.
     21 
     22 This is a global minor mode.  If called interactively, toggle the
     23 `Corfu-Terminal mode' mode.  If the prefix argument is positive,
     24 enable the mode, and if it is zero or negative, disable the mode.
     25 
     26 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     27 the mode if ARG is nil, omitted, or is a positive number.
     28 Disable the mode if ARG is a negative number.
     29 
     30 To check whether the minor mode is enabled in the current buffer,
     31 evaluate `(default-value \\='corfu-terminal-mode)'.
     32 
     33 The mode's hook is called both when the mode is enabled and when
     34 it is disabled.
     35 
     36 (fn &optional ARG)" t)
     37 (register-definition-prefixes "corfu-terminal" '("corfu-terminal-"))
     38 
     39 ;;; End of scraped data
     40 
     41 (provide 'corfu-terminal-autoloads)
     42 
     43 ;; Local Variables:
     44 ;; version-control: never
     45 ;; no-byte-compile: t
     46 ;; no-update-autoloads: t
     47 ;; no-native-compile: t
     48 ;; coding: utf-8-emacs-unix
     49 ;; End:
     50 
     51 ;;; corfu-terminal-autoloads.el ends here