[oni-dired] Turn on ‘dired-dwim-target’
This commit is contained in:
parent
146f5cfcca
commit
97b4372273
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue