diff options
Diffstat (limited to 'users/tazjin/emacs/config/settings.el')
-rw-r--r-- | users/tazjin/emacs/config/settings.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/settings.el b/users/tazjin/emacs/config/settings.el index b895d5e4061e..8b15b6cda183 100644 --- a/users/tazjin/emacs/config/settings.el +++ b/users/tazjin/emacs/config/settings.el @@ -1,8 +1,5 @@ (require 'uniquify) -;; Move files to trash when deleting -(setq delete-by-moving-to-trash t) - ;; We don't live in the 80s, but we're also not a shitty web app. (setq gc-cons-threshold 20000000) |