about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/settings.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/emacs/config/settings.el')
-rw-r--r--users/tazjin/emacs/config/settings.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/settings.el b/users/tazjin/emacs/config/settings.el
index b895d5e406..8b15b6cda1 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)