nerd-icons-autoloads.el (2835B)
1 ;;; nerd-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 (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from nerd-icons.el 13 14 (autoload 'nerd-icons-install-fonts "nerd-icons" "\ 15 Helper function to download and install the latests fonts based on OS. 16 The provided Nerd Font is Symbols Nerd Font Mono. 17 When PFX is non-nil, ignore the prompt and just install 18 19 (fn &optional PFX)" t) 20 (autoload 'nerd-icons-insert "nerd-icons" "\ 21 Interactive icon insertion function. 22 When Prefix ARG is non-nil, insert the propertized icon. 23 When GLYPH-SET is non-nil, limit the candidates to the icon set matching it. 24 25 (fn &optional ARG GLYPH-SET)" t) 26 (autoload 'nerd-icons-icon-for-dir "nerd-icons" "\ 27 Get the formatted icon for DIR. 28 ARG-OVERRIDES should be a plist containining `:height', 29 `:v-adjust' or `:face' properties like in the normal icon 30 inserting functions. 31 32 (fn DIR &rest ARG-OVERRIDES)") 33 (autoload 'nerd-icons-icon-for-file "nerd-icons" "\ 34 Get the formatted icon for FILE. 35 ARG-OVERRIDES should be a plist containining `:height', 36 `:v-adjust' or `:face' properties like in the normal icon 37 inserting functions. 38 39 (fn FILE &rest ARG-OVERRIDES)") 40 (autoload 'nerd-icons-icon-for-extension "nerd-icons" "\ 41 Get the formatted icon for EXT. 42 ARG-OVERRIDES should be a plist containining `:height', 43 `:v-adjust' or `:face' properties like in the normal icon 44 inserting functions. 45 46 (fn EXT &rest ARG-OVERRIDES)") 47 (autoload 'nerd-icons-icon-for-mode "nerd-icons" "\ 48 Get the formatted icon for MODE. 49 ARG-OVERRIDES should be a plist containining `:height', 50 `:v-adjust' or `:face' properties like in the normal icon 51 inserting functions. 52 53 (fn MODE &rest ARG-OVERRIDES)") 54 (autoload 'nerd-icons-icon-for-url "nerd-icons" "\ 55 Get the formatted icon for URL. 56 If an icon for URL isn't found in `nerd-icons-url-alist', a globe is used. 57 ARG-OVERRIDES should be a plist containining `:height', 58 `:v-adjust' or `:face' properties like in the normal icon 59 inserting functions. 60 61 (fn URL &rest ARG-OVERRIDES)") 62 (autoload 'nerd-icons-icon-for-buffer "nerd-icons" "\ 63 Get the formatted icon for the current buffer. 64 65 This function prioritises the use of the buffers file extension to 66 discern the icon when its `major-mode' matches its auto mode, 67 otherwise it will use the buffers `major-mode' to decide its 68 icon.") 69 (register-definition-prefixes "nerd-icons" '("nerd-icons-")) 70 71 ;;; End of scraped data 72 73 (provide 'nerd-icons-autoloads) 74 75 ;; Local Variables: 76 ;; version-control: never 77 ;; no-byte-compile: t 78 ;; no-update-autoloads: t 79 ;; no-native-compile: t 80 ;; coding: utf-8-emacs-unix 81 ;; End: 82 83 ;;; nerd-icons-autoloads.el ends here