Move Projectile configuration for Windows to emacs-config

This commit is contained in:
Tom Willemse 2019-03-01 00:16:20 -08:00
parent 93815291dd
commit 7c88bfb998

View file

@ -33,7 +33,6 @@
(require 'magit)
(require 'alert)
(require 'fill-column-indicator)
(require 'projectile)
(require 'sort))
(add-to-list 'load-path (locate-user-emacs-file "vendor/p4-vc"))
@ -45,10 +44,6 @@
(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 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 sort-fold-case t)
(setq-default buffer-file-coding-system 'utf-8-unix)