emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile 2027b3ccb8 1/4: Tweak indentation


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 2027b3ccb8 1/4: Tweak indentation
Date: Fri, 17 Mar 2023 07:01:56 -0400 (EDT)

branch: elpa/projectile
commit 2027b3ccb8a5fa2528b2ea4c99fe57517cbf452d
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Tweak indentation
---
 projectile.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/projectile.el b/projectile.el
index 8f340bae2e..b5a72989e0 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]