diff --git a/init.el b/init.el index 0ab5b1d..2d811a0 100644 --- a/init.el +++ b/init.el @@ -249,11 +249,12 @@ (setq openoffice-exeutable "openoffice-not-found")) ) - (defun system-move-file-to-trash (file) - "Use \"trash\" to move FILE to the system trash." - (call-process (executable-find "trash") - nil 0 nil - file)) + ;; maybe don't need it on Darwin +;;(defun system-move-file-to-trash (file) +;; "Use \"trash\" to move FILE to the system trash." +;; (call-process (executable-find "trash") +;; nil 0 nil +;; file)) ;; for macports ;(let ((path-entries (split-string (getenv "PATH") ":")))