-
Hi,
thanks a lot for ede-ibuffer.el, it is exactly what I was looking for! One minor quibble though, I don't seem to be able to see the dired buffers for a given project. Am I missing a configuration…
-
Multiple frames may use the same sidebar buffer. This isn't that big of a deal other than that editing one of those buffers will edit the other one too.
Maybe we want this, maybe not.
It's somew…
-
I started using `makem.sh` for my Emacs package https://github.com/FrostyX/dired-open-with/pull/9 and `makem.sh lint` complained about some unexpected spelling errors. The most egregious was:
```
…
-
`peep-dired` works when you hit the arrow keys or `C-n`/`C-p`. When you use `n`/`p` in the dired buffer, point will move down a line, but the peeped-at file won't change.
Similarly, when you peep a…
-
## Expected behavior
Dired to delete files very quickly, I have a folder of around a 150 files.
## Actual behavior
It takes 17 sec to delete the mentioned 150 files.
## Steps to reproduce the prob…
-
Per input from @dandrake from https://mathstodon.xyz/@ddrake/112037755737321142, add multi-isearch-buffers like behavior to cc-isearch-menu.
-
This is not a bug, but a feature request.
## Actual behavior
When using `projectile-dired` in the project root, nothing is done, I make the following proposal
## Expected behavior
+ When a…
-
### Thank you for the bug report
- [X] I am using the latest version of `dirvish` related packages.
- [X] I checked [CUSTOMIZING|EXTENSIONS](https://github.com/alexluigit/dirvish#resources).
- [ ] Yo…
-
Would it be possible to include the dired-subtree faces in Leuven? They are:
```
dired-subtree-depth-1-face
dired-subtree-depth-2-face
dired-subtree-depth-3-face
dired-subtree-depth-4-face
dir…
-
Hi,
I think it is good idea to consider dired buffers in `crux-kill-other-buffers` function:
Something like this:
```
(defun kill-dired-buffers ()
(interactive)
(mapc (lambda (buf…