Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2223a1b3
Commit
2223a1b3
authored
Mar 30, 2010
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dired-x.el (dired-omit-mode): Doc fix.
parent
dc2d2590
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/dired-x.el
lisp/dired-x.el
+7
-1
No files found.
lisp/ChangeLog
View file @
2223a1b3
2010-03-30 Juri Linkov <juri@jurta.org>
* dired-x.el (dired-omit-mode): Doc fix.
2010-03-30 Juri Linkov <juri@jurta.org>
Make occur handle multi-line matches cleanly with context.
...
...
lisp/dired-x.el
View file @
2223a1b3
...
...
@@ -163,7 +163,13 @@ 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'."
plus those ending with extensions in `dired-omit-extensions'.
To enable omitting in every Dired buffer, you can put in your ~/.emacs
(add-hook 'dired-mode-hook (lambda () (dired-omit-mode 1)))
See Info node `(dired-x) Omitting Variables' for more information."
:group
'dired-x
(
if
dired-omit-mode
;; This will mention how many lines were omitted:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment