add autoloads
This commit is contained in:
83
lisp/nerd-icons/nerd-icons-autoloads.el
Normal file
83
lisp/nerd-icons/nerd-icons-autoloads.el
Normal file
@@ -0,0 +1,83 @@
|
||||
;;; nerd-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.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from nerd-icons.el
|
||||
|
||||
(autoload 'nerd-icons-install-fonts "nerd-icons" "\
|
||||
Helper function to download and install the latests fonts based on OS.
|
||||
The provided Nerd Font is Symbols Nerd Font Mono.
|
||||
When PFX is non-nil, ignore the prompt and just install
|
||||
|
||||
(fn &optional PFX)" t)
|
||||
(autoload 'nerd-icons-insert "nerd-icons" "\
|
||||
Interactive icon insertion function.
|
||||
When Prefix ARG is non-nil, insert the propertized icon.
|
||||
When GLYPH-SET is non-nil, limit the candidates to the icon set matching it.
|
||||
|
||||
(fn &optional ARG GLYPH-SET)" t)
|
||||
(autoload 'nerd-icons-icon-for-dir "nerd-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.
|
||||
|
||||
(fn DIR &rest ARG-OVERRIDES)")
|
||||
(autoload 'nerd-icons-icon-for-file "nerd-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.
|
||||
|
||||
(fn FILE &rest ARG-OVERRIDES)")
|
||||
(autoload 'nerd-icons-icon-for-extension "nerd-icons" "\
|
||||
Get the formatted icon for EXT.
|
||||
ARG-OVERRIDES should be a plist containining `:height',
|
||||
`:v-adjust' or `:face' properties like in the normal icon
|
||||
inserting functions.
|
||||
|
||||
(fn EXT &rest ARG-OVERRIDES)")
|
||||
(autoload 'nerd-icons-icon-for-mode "nerd-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.
|
||||
|
||||
(fn MODE &rest ARG-OVERRIDES)")
|
||||
(autoload 'nerd-icons-icon-for-url "nerd-icons" "\
|
||||
Get the formatted icon for URL.
|
||||
If an icon for URL isn't found in `nerd-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.
|
||||
|
||||
(fn URL &rest ARG-OVERRIDES)")
|
||||
(autoload 'nerd-icons-icon-for-buffer "nerd-icons" "\
|
||||
Get the formatted icon for the current buffer.
|
||||
|
||||
This function prioritises the use of the buffers file extension to
|
||||
discern the icon when its `major-mode' matches its auto mode,
|
||||
otherwise it will use the buffers `major-mode' to decide its
|
||||
icon.")
|
||||
(register-definition-prefixes "nerd-icons" '("nerd-icons-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'nerd-icons-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; nerd-icons-autoloads.el ends here
|
||||
@@ -51,6 +51,7 @@
|
||||
(package-generate-autoloads "ivy" (concat config-dir "lisp/ivy"))
|
||||
(package-generate-autoloads "ivy-rich" (concat config-dir "lisp/ivy-rich"))
|
||||
(package-generate-autoloads "my" (concat config-dir "lisp/my"))
|
||||
(package-generate-autoloads "nerd-icons" (concat config-dir "lisp/nerd-icons"))
|
||||
(package-generate-autoloads "olivetti" (concat config-dir "lisp/olivetti"))
|
||||
;; (package-generate-autoloads "org" (concat config-dir "lisp/org")) ;; already org-loaddefs.el
|
||||
(package-generate-autoloads "org-appear" (concat config-dir "lisp/org-appear"))
|
||||
|
||||
Reference in New Issue
Block a user