diff options
author | Drew Adams <drew.adams@oracle.com> | 2022-06-20 01:49:24 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-20 01:49:24 +0200 |
commit | efc241f4020478122d506b3d42a815ad47f7910b (patch) | |
tree | 3b6d259634c264920a97215adeca861f1e3e109a /etc | |
parent | 9bf520593c81735398c3a8369df9854586218913 (diff) | |
download | emacs-efc241f4020478122d506b3d42a815ad47f7910b.tar.gz |
Let `dired-omit-mode' match lines, as well as file names
* lisp/dired-aux.el (dired-do-kill-lines): Adjust to use it.
* lisp/dired-x.el (dired-omit-line-regexp): New user option
(bug#46882).
(dired-omit-mode, dired-omit-expunge): Use the new user option.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1618,6 +1618,11 @@ the thumbnail file. ** Dired +--- +*** New user option 'dired-omit-line-regexp'. +This is used by 'dired-omit-mode', and now allows you to hide based on +other things than just the file names. + +++ *** New user option 'dired-mouse-drag-files'. If non-nil, dragging file names with the mouse in a Dired buffer will |