dired no confirm move/rename
This commit is contained in:
parent
4e2654abf5
commit
892b7159f9
5
conf.org
5
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 ()
|
||||
|
|
Loading…
Reference in New Issue