[Emacs] Clarify documentation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2020-10-21 23:56:57 +02:00
parent 8178eefc14
commit 585695f085
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 3 deletions

View File

@ -1583,9 +1583,9 @@
(setq dired-recursive-copies 'always)
#+END_SRC
Also, when I have two Dired buffers opened side by side, I generally want
them to interact, for example if I want to move something around. So, lets
tell Emacs that:
Also, when I have two Dired buffers opened side by side, I generally want
them to interact with each other, for example if I want to move around or
copy stuff. So, lets tell Emacs that:
#+BEGIN_SRC emacs-lisp
(setq dired-dwim-target t)
#+END_SRC