Skip to content

Commit

Permalink
Use dired-dwim-target for split pane copying
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Mar 15, 2013
1 parent 7b19882 commit 1a040cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup-dired.el
Expand Up @@ -6,6 +6,9 @@
(setq-default dired-details-hidden-string "--- ") (setq-default dired-details-hidden-string "--- ")
(dired-details-install) (dired-details-install)


;; Move files between split panes
(setq dired-dwim-target t)

;; Reload dired after making changes ;; Reload dired after making changes
(--each '(dired-do-rename (--each '(dired-do-rename
dired-create-directory dired-create-directory
Expand Down

0 comments on commit 1a040cd

Please sign in to comment.