diff --git a/init.el b/init.el index 0a0ac12..857f21e 100644 --- a/init.el +++ b/init.el @@ -130,6 +130,7 @@ ;; Delete by moving to trash in interactive mode (setq delete-by-moving-to-trash (not noninteractive)) +(setq remote-file-name-inhibit-delete-by-moving-to-trash t) ;; Disable the warning "X and Y are the same file". Ignoring this warning is ;; acceptable since it will redirect you to the existing buffer regardless.