added copy to dired no confirm

This commit is contained in:
petrucci4prez 2018-08-08 10:57:10 -04:00
parent deb44875ca
commit cb60e68d50
1 changed files with 1 additions and 1 deletions

View File

@ -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