summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-mac.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index 67bb13a..702ed3d 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -20,8 +20,7 @@
(setq ns-pop-up-frames nil)
;; move deleted files to ~/.Trash
-(setq delete-by-moving-to-trash t
- trash-directory "~/.Trash/emacs")
+(setq trash-directory "~/.Trash")
;; use path from shell
(require-package 'exec-path-from-shell)