diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-08-29 20:18:19 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-08-31 15:58:01 +0200 |
commit | 04578c10636fbbd1c1a924404a955eb37ffefd8f (patch) | |
tree | 01c5511e9c9bdcc2c22abb0166cc667873aeddec /lisp/dired-x.el | |
parent | 36d485dd32fa69c683c7515cd73bd7cce2def16d (diff) | |
download | emacs-04578c10636fbbd1c1a924404a955eb37ffefd8f.tar.gz emacs-04578c10636fbbd1c1a924404a955eb37ffefd8f.tar.bz2 emacs-04578c10636fbbd1c1a924404a955eb37ffefd8f.zip |
* lisp/dired-x.el (dired-omit-mode): Add autoload cookie.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 873d586ca1b..05c5a70422c 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -137,6 +137,7 @@ folding to be used on case-insensitive filesystems only." (file-name-case-insensitive-p dir) dired-omit-case-fold)) +;;;###autoload (define-minor-mode dired-omit-mode "Toggle omission of uninteresting files in Dired (Dired-Omit mode). |