dotemacs

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

all-the-icons-completion-autoloads.el (2097B)


      1 ;;; all-the-icons-completion-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 all-the-icons-completion.el
     13 
     14 (autoload 'all-the-icons-completion-marginalia-setup "all-the-icons-completion" "\
     15 Hook to `marginalia-mode-hook' to bind `all-the-icons-completion-mode' to it.")
     16 (defvar all-the-icons-completion-mode nil "\
     17 Non-nil if All-The-Icons-Completion mode is enabled.
     18 See the `all-the-icons-completion-mode' command
     19 for a description of this minor mode.
     20 Setting this variable directly does not take effect;
     21 either customize it (see the info node `Easy Customization')
     22 or call the function `all-the-icons-completion-mode'.")
     23 (custom-autoload 'all-the-icons-completion-mode "all-the-icons-completion" nil)
     24 (autoload 'all-the-icons-completion-mode "all-the-icons-completion" "\
     25 Add icons to completion candidates.
     26 
     27 This is a global minor mode.  If called interactively, toggle the
     28 `All-The-Icons-Completion mode' mode.  If the prefix argument is
     29 positive, enable the mode, and if it is zero or negative, disable
     30 the mode.
     31 
     32 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     33 the mode if ARG is nil, omitted, or is a positive number.
     34 Disable the mode if ARG is a negative number.
     35 
     36 To check whether the minor mode is enabled in the current buffer,
     37 evaluate `(default-value \\='all-the-icons-completion-mode)'.
     38 
     39 The mode's hook is called both when the mode is enabled and when
     40 it is disabled.
     41 
     42 (fn &optional ARG)" t)
     43 (register-definition-prefixes "all-the-icons-completion" '("all-the-icons-completion-completion-metadata-get"))
     44 
     45 ;;; End of scraped data
     46 
     47 (provide 'all-the-icons-completion-autoloads)
     48 
     49 ;; Local Variables:
     50 ;; version-control: never
     51 ;; no-byte-compile: t
     52 ;; no-update-autoloads: t
     53 ;; no-native-compile: t
     54 ;; coding: utf-8-emacs-unix
     55 ;; End:
     56 
     57 ;;; all-the-icons-completion-autoloads.el ends here