Delete by moving to trash on windows
This commit is contained in:
parent
ae598d1e6a
commit
f986ef6f8d
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue