From 892b7159f9bc97377f004dae72c03b2f0aa08b53 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sat, 21 Jul 2018 23:53:16 -0400 Subject: [PATCH] dired no confirm move/rename --- conf.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf.org b/conf.org index 12e216f..74c63a7 100644 --- a/conf.org +++ b/conf.org @@ -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 ()