Reliably hiding . and .. #209
Unanswered
mikezackles
asked this question in
Q&A
Replies: 3 comments
-
I was able to work around this by using (setq dired-listing-switches "-aBhl --group-directories-first --ignore=. --ignore=..") I'm unsure if there are any hidden problems with this approach, but it seems to work everywhere. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You're looking for the (setq dired-listing-switches "-Bhl --group-directories-first --almost-all") From
|
Beta Was this translation helpful? Give feedback.
0 replies
-
#268 should fix this problem by default without any interventions as . and .. are hidden by default using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried using variations on this code:
This seems to work in some places and not in others:
dirvish
, it works in the middle buffer (current directory) but not the buffer for the parent directory.dirvish-side
, it works in the top-level directory but not directories expanded in subtrees(Note that I'm using emacs 29 and the latest on the dirvish
main
branch.)I see that this appears to be working in the project's screenshots. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions