Update Windows configuration
This commit is contained in:
parent
1474f52810
commit
8888df80fd
1 changed files with 71 additions and 69 deletions
2
emacs/.emacs.d/site-lisp/oni-windows-nt.el
Normal file → Executable file
2
emacs/.emacs.d/site-lisp/oni-windows-nt.el
Normal file → Executable file
|
@ -55,6 +55,8 @@
|
||||||
|
|
||||||
(setq grep-use-null-device nil)
|
(setq grep-use-null-device nil)
|
||||||
|
|
||||||
|
(setq buffer-file-coding-system 'utf-8-unix)
|
||||||
|
|
||||||
(let ((exe (shell-quote-argument "c:/cygwin64/bin/ls.exe")))
|
(let ((exe (shell-quote-argument "c:/cygwin64/bin/ls.exe")))
|
||||||
(setq find-ls-option
|
(setq find-ls-option
|
||||||
(cons (concat "-exec " exe " -ld {} \";\"") "-ld")))
|
(cons (concat "-exec " exe " -ld {} \";\"") "-ld")))
|
||||||
|
|
Loading…
Reference in a new issue