dired no confirm move/rename

This commit is contained in:
petrucci4prez 2018-07-21 23:53:16 -04:00
parent 4e2654abf5
commit 892b7159f9
1 changed files with 5 additions and 0 deletions

View File

@ -381,6 +381,11 @@ NOTES:
git-commit-summary-max-length 50))
#+END_SRC
* dired
** 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))
#+END_SRC
** interactive functions
#+BEGIN_SRC emacs-lisp
(defun nd/dired-xdg-open ()