Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.26 KB

freemacs-trashed.org

File metadata and controls

42 lines (32 loc) · 1.26 KB

Trashed Configuration


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))

End

Tell Emacs what feature this file provides.

(provide 'freemacs-trashed)

;;; freemacs-trashed.el ends here