2024-03-20 13:57:39 +00:00
|
|
|
|
;;; all-the-icons-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
|
|
|
|
;; Generated by the `loaddefs-generate' function.
|
|
|
|
|
|
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
|
2022-04-22 02:54:47 +00:00
|
|
|
|
;;; Code:
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
|
|
|
|
|
2022-04-22 02:54:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;; Generated autoloads from all-the-icons.el
|
|
|
|
|
|
|
|
|
|
(autoload 'all-the-icons-icon-for-dir "all-the-icons" "\
|
|
|
|
|
Get the formatted icon for DIR.
|
|
|
|
|
ARG-OVERRIDES should be a plist containining `:height',
|
|
|
|
|
`:v-adjust' or `:face' properties like in the normal icon
|
|
|
|
|
inserting functions.
|
|
|
|
|
|
|
|
|
|
Note: You want chevron, please use `all-the-icons-icon-for-dir-with-chevron'.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn DIR &rest ARG-OVERRIDES)")
|
2022-04-22 02:54:47 +00:00
|
|
|
|
(autoload 'all-the-icons-icon-for-file "all-the-icons" "\
|
|
|
|
|
Get the formatted icon for FILE.
|
|
|
|
|
ARG-OVERRIDES should be a plist containining `:height',
|
|
|
|
|
`:v-adjust' or `:face' properties like in the normal icon
|
|
|
|
|
inserting functions.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn FILE &rest ARG-OVERRIDES)")
|
2022-04-22 02:54:47 +00:00
|
|
|
|
(autoload 'all-the-icons-icon-for-mode "all-the-icons" "\
|
|
|
|
|
Get the formatted icon for MODE.
|
|
|
|
|
ARG-OVERRIDES should be a plist containining `:height',
|
|
|
|
|
`:v-adjust' or `:face' properties like in the normal icon
|
|
|
|
|
inserting functions.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn MODE &rest ARG-OVERRIDES)")
|
2022-04-22 02:54:47 +00:00
|
|
|
|
(autoload 'all-the-icons-icon-for-url "all-the-icons" "\
|
|
|
|
|
Get the formatted icon for URL.
|
|
|
|
|
If an icon for URL isn't found in `all-the-icons-url-alist', a globe is used.
|
|
|
|
|
ARG-OVERRIDES should be a plist containining `:height',
|
|
|
|
|
`:v-adjust' or `:face' properties like in the normal icon
|
|
|
|
|
inserting functions.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn URL &rest ARG-OVERRIDES)")
|
2022-04-22 02:54:47 +00:00
|
|
|
|
(autoload 'all-the-icons-install-fonts "all-the-icons" "\
|
|
|
|
|
Helper function to download and install the latests fonts based on OS.
|
|
|
|
|
When PFX is non-nil, ignore the prompt and just install
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn &optional PFX)" t)
|
2022-04-22 02:54:47 +00:00
|
|
|
|
(autoload 'all-the-icons-insert "all-the-icons" "\
|
|
|
|
|
Interactive icon insertion function.
|
|
|
|
|
When Prefix ARG is non-nil, insert the propertized icon.
|
|
|
|
|
When FAMILY is non-nil, limit the candidates to the icon set matching it.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn &optional ARG FAMILY)" t)
|
2022-04-22 04:48:52 +00:00
|
|
|
|
(register-definition-prefixes "all-the-icons" '("all-the-icons-"))
|
2022-04-22 02:54:47 +00:00
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
;;; End of scraped data
|
|
|
|
|
|
|
|
|
|
(provide 'all-the-icons-autoloads)
|
2022-04-22 02:54:47 +00:00
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; version-control: never
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; no-update-autoloads: t
|
2024-03-20 13:57:39 +00:00
|
|
|
|
;; no-native-compile: t
|
|
|
|
|
;; coding: utf-8-emacs-unix
|
2022-04-22 02:54:47 +00:00
|
|
|
|
;; End:
|
2024-03-20 13:57:39 +00:00
|
|
|
|
|
2022-04-22 02:54:47 +00:00
|
|
|
|
;;; all-the-icons-autoloads.el ends here
|