]> git.eshelyaron.com Git - emacs.git/commitdiff
(Disabling backups): Replace reference to
authorGerd Moellmann <gerd@gnu.org>
Tue, 8 Aug 2000 18:36:04 +0000 (18:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 8 Aug 2000 18:36:04 +0000 (18:36 +0000)
non-existent initial-dired-omit-files-p with something that works.

man/faq.texi

index 11be45fcaf2e34c161858f8b4bc43a0593ed04d6..fa7c8481bc9b00f6201d750be13b3a31f1dadced 100644 (file)
@@ -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