From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: Format of directories list in dired
Date: Mon, 6 Feb 2006 11:38:39 -0800 [thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICCEENDCAA.drew.adams@oracle.com> (raw)
In-Reply-To: <2777630.post@talk.nabble.com>
But I want set omit temp files by default.
Can I do it?
`C-h k M-o' displays this;
M-o runs the command dired-omit-mode
which is an interactive compiled Lisp function in `dired-x'.
It is bound to M-o.
(dired-omit-mode &optional arg)
Toggle Dired-Omit mode.
With numeric arg, enable Dired-Omit mode if arg is positive, disable
otherwise. Enabling and disabling is buffer-local.
If enabled, "uninteresting" files are not listed.
Uninteresting files are those whose filenames match regexp
`dired-omit-files',
plus those ending with extensions in `dired-omit-extensions'.
So, put this in your .emacs to start up in omit mode:
(dired-omit-mode 1)
next prev parent reply other threads:[~2006-02-06 19:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-05 21:51 Format of directories list in dired sednivo (sent by Nabble.com)
2006-02-05 22:23 ` Drew Adams
2006-02-05 23:29 ` sednivo (sent by Nabble.com)
2006-02-05 23:39 ` sednivo (sent by Nabble.com)
2006-02-06 0:00 ` Drew Adams
2006-02-06 8:36 ` sednivo (sent by Nabble.com)
2006-02-06 8:46 ` sednivo (sent by Nabble.com)
2006-02-06 8:51 ` Henrik Enberg
2006-02-06 8:52 ` sednivo (sent by Nabble.com)
2006-02-06 19:38 ` Drew Adams [this message]
2006-02-06 21:40 ` sednivo (sent by Nabble.com)
2006-02-06 23:37 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DNEMKBNJBGPAOPIJOOICCEENDCAA.drew.adams@oracle.com \
--to=drew.adams@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.