aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-28 20:34:49 -0700
committerGravatar Tom Willemse2021-07-28 20:34:49 -0700
commit97b4372273ce4150345feabb2ee843042c6ffdc9 (patch)
treecab6474c1e46ada35ff7d63beeb18c5b938eeefe
parent146f5cfccac0b2f8c08f6c005f1e526dcb79f598 (diff)
downloademacs-config-97b4372273ce4150345feabb2ee843042c6ffdc9.tar.gz
emacs-config-97b4372273ce4150345feabb2ee843042c6ffdc9.zip
[oni-dired] Turn on ‘dired-dwim-target’
-rw-r--r--oni-dired.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-dired.el b/oni-dired.el
index 5a6e505..bb2eb62 100644
--- a/oni-dired.el
+++ b/oni-dired.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210456
+;; Version: 2021.0728.203415
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -34,6 +34,7 @@
(setq dired-listing-switches "-alh")
(setq dired-subdir-switches "-Alh")
+(setq dired-dwim-target t)
(add-hook 'dired-mode-hook #'oni-dired--add-wdired-keybinding)