all-the-icons-autoloads.el (2337B)
1 ;;; all-the-icons-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.el 13 14 (autoload 'all-the-icons-icon-for-dir "all-the-icons" "\ 15 Get the formatted icon for DIR. 16 ARG-OVERRIDES should be a plist containining `:height', 17 `:v-adjust' or `:face' properties like in the normal icon 18 inserting functions. 19 20 Note: You want chevron, please use `all-the-icons-icon-for-dir-with-chevron'. 21 22 (fn DIR &rest ARG-OVERRIDES)") 23 (autoload 'all-the-icons-icon-for-file "all-the-icons" "\ 24 Get the formatted icon for FILE. 25 ARG-OVERRIDES should be a plist containining `:height', 26 `:v-adjust' or `:face' properties like in the normal icon 27 inserting functions. 28 29 (fn FILE &rest ARG-OVERRIDES)") 30 (autoload 'all-the-icons-icon-for-mode "all-the-icons" "\ 31 Get the formatted icon for MODE. 32 ARG-OVERRIDES should be a plist containining `:height', 33 `:v-adjust' or `:face' properties like in the normal icon 34 inserting functions. 35 36 (fn MODE &rest ARG-OVERRIDES)") 37 (autoload 'all-the-icons-icon-for-url "all-the-icons" "\ 38 Get the formatted icon for URL. 39 If an icon for URL isn't found in `all-the-icons-url-alist', a globe is used. 40 ARG-OVERRIDES should be a plist containining `:height', 41 `:v-adjust' or `:face' properties like in the normal icon 42 inserting functions. 43 44 (fn URL &rest ARG-OVERRIDES)") 45 (autoload 'all-the-icons-install-fonts "all-the-icons" "\ 46 Helper function to download and install the latests fonts based on OS. 47 When PFX is non-nil, ignore the prompt and just install 48 49 (fn &optional PFX)" t) 50 (autoload 'all-the-icons-insert "all-the-icons" "\ 51 Interactive icon insertion function. 52 When Prefix ARG is non-nil, insert the propertized icon. 53 When FAMILY is non-nil, limit the candidates to the icon set matching it. 54 55 (fn &optional ARG FAMILY)" t) 56 (register-definition-prefixes "all-the-icons" '("all-the-icons-")) 57 58 ;;; End of scraped data 59 60 (provide 'all-the-icons-autoloads) 61 62 ;; Local Variables: 63 ;; version-control: never 64 ;; no-byte-compile: t 65 ;; no-update-autoloads: t 66 ;; no-native-compile: t 67 ;; coding: utf-8-emacs-unix 68 ;; End: 69 70 ;;; all-the-icons-autoloads.el ends here