aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
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)