Trashed is a package that provides an interface to the system trash or recycling bin. Trashed lets users see the contents of the system trash and delete or restore the files.
(use-package trashed
:straight t
:defer t
:custom
(trashed-action-confirmer 'y-or-n-p))
Tell Emacs what feature this file provides.
(provide 'freemacs-trashed)
;;; freemacs-trashed.el ends here