Turn on dired-dwim-target
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
parent
1a5c9f58c2
commit
e589c17cf6
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue