1
0
Fork 0

[oni-projectile] Don't enable projectile-mode

This commit is contained in:
Tom Willemse 2023-09-11 20:31:55 -07:00
parent d746c11739
commit 0d95800422

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2022.0301.235907
;; Version: 2023.0911.203005
;; Package-Requires: (projectile oni-data-dir)
;; This program is free software; you can redistribute it and/or modify
@ -48,8 +48,5 @@
(setq projectile-generic-command "\"C:\\msys64\\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-indexing-method 'alien))
;;;###autoload
(projectile-mode)
(provide 'oni-projectile)
;;; oni-projectile.el ends here