dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

all-the-icons-dired-autoloads.el (1424B)


      1 ;;; all-the-icons-dired-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-dired.el
     13 
     14 (autoload 'all-the-icons-dired-mode "all-the-icons-dired" "\
     15 Display all-the-icons icon for each file in a dired buffer.
     16 
     17 This is a minor mode.  If called interactively, toggle the
     18 `All-The-Icons-Dired mode' mode.  If the prefix argument is
     19 positive, enable the mode, and if it is zero or negative, disable
     20 the mode.
     21 
     22 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     23 the mode if ARG is nil, omitted, or is a positive number.
     24 Disable the mode if ARG is a negative number.
     25 
     26 To check whether the minor mode is enabled in the current buffer,
     27 evaluate `all-the-icons-dired-mode'.
     28 
     29 The mode's hook is called both when the mode is enabled and when
     30 it is disabled.
     31 
     32 (fn &optional ARG)" t)
     33 (register-definition-prefixes "all-the-icons-dired" '("all-the-icons-dired-"))
     34 
     35 ;;; End of scraped data
     36 
     37 (provide 'all-the-icons-dired-autoloads)
     38 
     39 ;; Local Variables:
     40 ;; version-control: never
     41 ;; no-byte-compile: t
     42 ;; no-update-autoloads: t
     43 ;; no-native-compile: t
     44 ;; coding: utf-8-emacs-unix
     45 ;; End:
     46 
     47 ;;; all-the-icons-dired-autoloads.el ends here