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