Merge pull request #1938 from rgrinberg/dired-dwim-target

emacs/dired: dired-dwim-target = t
This commit is contained in:
Henrik Lissner 2019-10-23 01:15:11 -04:00 committed by GitHub
commit 125a74e020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@
dired-auto-revert-buffer t dired-auto-revert-buffer t
;; Auto refresh dired, but be quiet about it ;; Auto refresh dired, but be quiet about it
dired-hide-details-hide-symlink-targets nil dired-hide-details-hide-symlink-targets nil
;; make dired suggest a target for moving/copying intelligently
dired-dwim-target t
;; files ;; files
image-dired-dir (concat doom-cache-dir "image-dired/") image-dired-dir (concat doom-cache-dir "image-dired/")
image-dired-db-file (concat image-dired-dir "db.el") image-dired-db-file (concat image-dired-dir "db.el")