Delete by moving to trash on windows

This commit is contained in:
Tom Willemse 2018-07-09 20:18:01 -07:00
parent ae598d1e6a
commit f986ef6f8d

View file

@ -51,10 +51,9 @@
(add-to-list 'exec-path "c:/cygwin64/bin")
(setq find-program (shell-quote-argument "c:/cygwin64/bin/find.exe"))
(setq grep-program (shell-quote-argument "c:/cygwin64/bin/grep.exe"))
(setq grep-use-null-device nil)
(setq delete-by-moving-to-trash t)
(setq-default buffer-file-coding-system 'utf-8-unix)
@ -77,7 +76,7 @@
(with-eval-after-load 'vc
(require 'vc-p4))
(server-mode)
(server-mode)
(provide 'oni-windows-nt)
;;; oni-windows-nt.el ends here