Merge pull request #4761 from vherrmann/develop

Better defaults for dired
This commit is contained in:
Henrik Lissner 2021-03-09 14:37:27 -05:00 committed by GitHub
commit 6139ca2e37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@
;; Always copy/delete recursively
dired-recursive-copies 'always
dired-recursive-deletes 'top
;; Ask whether destination dirs should get created when copying/removing files.
dired-create-destination-dirs 'ask
;; Where to store image caches
image-dired-dir (concat doom-cache-dir "image-dired/")
image-dired-db-file (concat image-dired-dir "db.el")