[oni-projectile] Don't enable projectile-mode
This commit is contained in:
parent
d746c11739
commit
0d95800422
1 changed files with 1 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2022.0301.235907
|
;; Version: 2023.0911.203005
|
||||||
;; Package-Requires: (projectile oni-data-dir)
|
;; Package-Requires: (projectile oni-data-dir)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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-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))
|
(setq projectile-indexing-method 'alien))
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(projectile-mode)
|
|
||||||
|
|
||||||
(provide 'oni-projectile)
|
(provide 'oni-projectile)
|
||||||
;;; oni-projectile.el ends here
|
;;; oni-projectile.el ends here
|
||||||
|
|
Loading…
Reference in a new issue