forked from doomemacs/doomemacs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: rewrite the dired module based on dirvish
- Deprecate `+ranger` flag, use dirvish by default See: alexluigit/dirvish#34 - Bump the package version for diredfl and dirvish - Reimplement `+icons`, deprecate package all-the-icons-dired all-the-icons-dired is very slow on large directories, while dirvish render icons lazily. - Use `vc-state` from dirvish, remove diff-hl-dired-mode 1. diff-hl-dired-mode doesn't index the entries in subtrees. 2. It freezes Emacs on big repos, while dirvish does this asynchronously in external process and update the UI in an nonblocking fashion. - Use `git-msg` from dirvish, deprecate package dired-git-info Same reasons as in diff-hl-dired-mode. - Use utilities in dirvish-yank.el, deprecate package dired-rsync `dirvish-yank` has inbuilt support for rsync. - Use dirvish-fd, deprecate package fd-dired `dirvish-fd` is way powerful. - Remove the gnuls check on remote hosts dirvish checks gnu ls availability for each remote host. - Set `dired-hide-details-hide-symlink-targets` to t (default) We have symlink target showing on the modeline - Add a few sensible keybindings
- Loading branch information
1 parent
0172b18
commit b3719e2
Showing
6 changed files
with
202 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.