[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)
|
(setq dired-recursive-copies 'always)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Also, when I have two Dired buffers opened side by side, I generally want
|
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
|
them to interact with each other, for example if I want to move around or
|
||||||
tell Emacs that:
|
copy stuff. So, let’s tell Emacs that:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq dired-dwim-target t)
|
(setq dired-dwim-target t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user