aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-01 00:16:20 -0800
committerGravatar Tom Willemse2019-03-01 00:16:20 -0800
commit7c88bfb99817dd4e8f5427f9b222b9903c104de2 (patch)
treef1fb15102fc34214e2cd9c0eb277cd7e635ee475 /emacs
parent93815291dd1a117a8dbec9ec4a827a886c1cc27c (diff)
downloadnew-dotfiles-7c88bfb99817dd4e8f5427f9b222b9903c104de2.tar.gz
new-dotfiles-7c88bfb99817dd4e8f5427f9b222b9903c104de2.zip
Move Projectile configuration for Windows to emacs-config
Diffstat (limited to 'emacs')
-rwxr-xr-xemacs/.emacs.d/os-lisp/oni-windows-nt.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/.emacs.d/os-lisp/oni-windows-nt.el b/emacs/.emacs.d/os-lisp/oni-windows-nt.el
index 463f0b4..4b07d00 100755
--- a/emacs/.emacs.d/os-lisp/oni-windows-nt.el
+++ b/emacs/.emacs.d/os-lisp/oni-windows-nt.el
@@ -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)