aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorAaron Madlon-Kay <aaron@madlon-kay.com>2025-05-21 21:52:22 +0900
committerBozhidar Batsov <bozhidar@batsov.dev>2025-05-21 16:19:40 +0300
commit4edbed5a2d0c262a53f348f98a07d726bb3e5084 (patch)
tree288e80e1f2f54d0160a1986a38a289d314a0527e /projectile.el
parent4dd84b02c9cd7b04616dc2d01ba7bc87f0d15be8 (diff)
[Fix #1940] Set safe condition `projectile-indexing-method`
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/projectile.el b/projectile.el
index 40f3ddb..ea9e1d0 100644
--- a/projectile.el
+++ b/projectile.el
@@ -126,6 +126,7 @@ Projectile might also provide.
The disadvantage of the hybrid and alien methods is that they are not well
supported on Windows systems. That's why by default alien indexing is the
default on all operating systems, except Windows."
+ :safe (lambda (x) (memq x '(native hybrid alien)))
:group 'projectile
:type '(radio
(const :tag "Native" native)