1
0
Fork 0

[oni-dired] Turn on ‘dired-dwim-target’

This commit is contained in:
Tom Willemse 2021-07-28 20:34:49 -07:00
parent 146f5cfcca
commit 97b4372273
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -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)