aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2023-03-17 12:08:06 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2023-03-17 12:08:06 +0200
commit2027b3ccb8a5fa2528b2ea4c99fe57517cbf452d (patch)
treecc0aea4c905910f1f589d24d35c1dea14be54ff6 /projectile.el
parent30a340f22de227b973e2245002291595857d83ae (diff)
Tweak indentation
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el
index 8f340ba..b5a7298 100644
--- a/projectile.el
+++ b/projectile.el
@@ -96,7 +96,8 @@
:link '(url-link :tag "Online Manual" "https://docs.projectile.mx/")
:link '(emacs-commentary-link :tag "Commentary" "projectile"))
-(defcustom projectile-indexing-method (if (eq system-type 'windows-nt) 'native 'alien)
+(defcustom projectile-indexing-method
+ (if (eq system-type 'windows-nt) 'native 'alien)
"Specifies the indexing method used by Projectile.
There are three indexing methods - native, hybrid and alien.