From 97b4372273ce4150345feabb2ee843042c6ffdc9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 28 Jul 2021 20:34:49 -0700 Subject: [oni-dired] Turn on ‘dired-dwim-target’ --- oni-dired.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ;; 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) -- cgit v1.2.3-54-g00ecf