34 lines
1 KiB
EmacsLisp
34 lines
1 KiB
EmacsLisp
;;; all-the-icons-dired-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
|
||
(add-to-list 'load-path (directory-file-name
|
||
(or (file-name-directory #$) (car load-path))))
|
||
|
||
|
||
;;;### (autoloads nil "all-the-icons-dired" "all-the-icons-dired.el"
|
||
;;;;;; (0 0 0 0))
|
||
;;; Generated autoloads from all-the-icons-dired.el
|
||
|
||
(autoload 'all-the-icons-dired-mode "all-the-icons-dired" "\
|
||
Display all-the-icons icon for each file in a dired buffer.
|
||
|
||
If called interactively, enable All-The-Icons-Dired mode if ARG
|
||
is positive, and disable it if ARG is zero or negative. If
|
||
called from Lisp, also enable the mode if ARG is omitted or nil,
|
||
and toggle it if ARG is `toggle'; disable the mode otherwise.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "all-the-icons-dired" '("all-the-icons-dired-")))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; all-the-icons-dired-autoloads.el ends here
|