mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
hlissner/dirvish@5f046190e8 -> alexluigit/dirvish@f449754dd5 As of alexluigit/dirvish@f449754dd5, all of these hacks are obsolete and can be safely removed (see Refs below). The hack around `:commands dirvish-find-entry-a dirvish-dired-noselect-a` is kept as it is because I don't understand why that is necessary. The latest upstream also includes fixes for #8170 and #8081 (respect `dired-kill-when-opening-new-dired-buffer` option). Ref: alexluigit/dirvish@3145513cb5 Ref: alexluigit/dirvish@24e612c39d Ref: alexluigit/dirvish@15e2cd1925 Ref: alexluigit/dirvish@3bdb7f23b9 Ref: alexluigit/dirvish@1b905092f6 Ref: alexluigit/dirvish@d775e38b53 Ref: alexluigit/dirvish@f986123a4d Ref: alexluigit/dirvish@0cd07f5f09 Fix: #8170 Fix: #8081
8 lines
248 B
EmacsLisp
8 lines
248 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/dired/packages.el
|
|
|
|
(package! dirvish
|
|
:recipe (:host github :repo "alexluigit/dirvish")
|
|
:pin "f449754dd591524f2be8fe58f8ab7f0298dbe11b")
|
|
(package! diredfl :pin "fe72d2e42ee18bf6228bba9d7086de4098f18a70")
|