From: Gerd Moellmann Date: Tue, 8 Aug 2000 18:36:04 +0000 (+0000) Subject: (Disabling backups): Replace reference to X-Git-Tag: emacs-pretest-21.0.90~2405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90df743364dfcd8a1524e35217beb8e920dcf37b;p=emacs.git (Disabling backups): Replace reference to non-existent initial-dired-omit-files-p with something that works. --- diff --git a/man/faq.texi b/man/faq.texi index 11be45fcaf2..fa7c8481bc9 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -2021,7 +2021,7 @@ You can make omitting the default for new dired buffers by putting the following in your @file{.emacs}: @lisp -(setq initial-dired-omit-files-p t) +(add-hook 'dired-mode-hook 'dired-omit-toggle) @end lisp If you're tired of seeing backup files whenever you do an "ls" at the