Merge pull request #3869 from t-e-r-m/dired-aux-200829

configure dired-aux variables
This commit is contained in:
Henrik Lissner 2020-09-01 06:59:23 -04:00 committed by GitHub
commit 851d11db02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,6 +168,11 @@ we have to clean it up ourselves."
(global-set-key [remap find-dired] #'fd-dired) (global-set-key [remap find-dired] #'fd-dired)
(set-popup-rule! "^\\*F\\(?:d\\|ind\\)\\*$" :ignore t)) (set-popup-rule! "^\\*F\\(?:d\\|ind\\)\\*$" :ignore t))
(use-package! dired-aux
:defer t
:config
(setq dired-create-destination-dirs 'ask
dired-vc-rename-file t))
;;;###package dired-git-info ;;;###package dired-git-info
(map! :after dired (map! :after dired