diff --git a/oni-projectile.el b/oni-projectile.el index 1481aab..23ffafb 100644 --- a/oni-projectile.el +++ b/oni-projectile.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; 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