Add windows-specific projectile settings

This commit is contained in:
Tom Willemse 2018-07-16 20:51:14 -07:00
parent f635ce335e
commit e31e7663ab

View file

@ -54,6 +54,10 @@
(setq grep-program (shell-quote-argument "c:/cygwin64/bin/grep.exe")) (setq grep-program (shell-quote-argument "c:/cygwin64/bin/grep.exe"))
(setq grep-use-null-device nil) (setq grep-use-null-device nil)
(setq delete-by-moving-to-trash t) (setq delete-by-moving-to-trash t)
(setq projectile-enable-caching nil)
(setq projectile-generic-command "\"C:\\Program Files\\Git\\usr\\bin\\find.exe\" . -type d \"(\" -path \"*/node_modules\" -o -path \"*/upload-test\" -o -path \"*/dlls\" -o -path \"*/apps/*/img\" -o -path \"*/apps/*/video\" -o -path \"*/apps/*/font\" -o -path \"*/apps/*/content\" -o -path \"*/apps/*/favicons\" -o -path \"*/apps/*/pages.*\" -o -path \"*/.intl\" \")\" -prune -o -type f -print0")
(setq projectile-git-command "\"C:/Program Files/Git/bin/git.exe\" ls-files -zco --exclude-standard")
(setq projectile-indexing-method 'alien)
(setq-default buffer-file-coding-system 'utf-8-unix) (setq-default buffer-file-coding-system 'utf-8-unix)