aboutsummaryrefslogtreecommitdiffstats
path: root/oni-projectile.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-09-11 20:31:55 -0700
committerGravatar Tom Willemse2023-09-11 20:32:21 -0700
commit0d95800422009c136b53bd3492a0506dfe36a9cf (patch)
treefaec3c95212d340334507ade052411c9158e0366 /oni-projectile.el
parentd746c11739dd1814ce82f134adffa4d172d8e16c (diff)
downloademacs-config-0d95800422009c136b53bd3492a0506dfe36a9cf.tar.gz
emacs-config-0d95800422009c136b53bd3492a0506dfe36a9cf.zip
[oni-projectile] Don't enable projectile-mode
Diffstat (limited to 'oni-projectile.el')
-rw-r--r--oni-projectile.el5
1 files changed, 1 insertions, 4 deletions
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 <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