From 90df743364dfcd8a1524e35217beb8e920dcf37b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 8 Aug 2000 18:36:04 +0000 Subject: [PATCH] (Disabling backups): Replace reference to non-existent initial-dired-omit-files-p with something that works. --- man/faq.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2