config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

dired-hide-dotfiles-autoloads.el (1420B)


      1 ;;; dired-hide-dotfiles-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 dired-hide-dotfiles.el
     13 
     14 (autoload 'dired-hide-dotfiles-mode "dired-hide-dotfiles" "\
     15 Toggle `dired-hide-dotfiles-mode'
     16 
     17 This is a minor mode.  If called interactively, toggle the
     18 `Dired-Hide-Dotfiles 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 `dired-hide-dotfiles-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 "dired-hide-dotfiles" '("dired-hide-dotfiles-"))
     34 
     35 ;;; End of scraped data
     36 
     37 (provide 'dired-hide-dotfiles-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 ;;; dired-hide-dotfiles-autoloads.el ends here