[Emacs] Clarify documentation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8178eefc14
commit
585695f085
@ -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, let’s
|
||||
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, let’s tell Emacs that:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq dired-dwim-target t)
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user