added copy to dired no confirm
This commit is contained in:
parent
deb44875ca
commit
cb60e68d50
2
conf.org
2
conf.org
|
@ -402,7 +402,7 @@ NOTES:
|
|||
** no confirm
|
||||
Keeping confirmation enabled does weird stuff with helm. Not ideal at the moment but we shall see if I find something better.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq dired-no-confirm '(move))
|
||||
(setq dired-no-confirm '(move copy))
|
||||
#+END_SRC
|
||||
** interactive functions
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in New Issue