From 0d95800422009c136b53bd3492a0506dfe36a9cf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 11 Sep 2023 20:31:55 -0700 Subject: [oni-projectile] Don't enable projectile-mode --- oni-projectile.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'oni-projectile.el') 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 -- cgit v1.2.3-54-g00ecf