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

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

[elpa] externals/jinx ba508f7a7e 2/2: Formatting


From: ELPA Syncer
Subject: [elpa] externals/jinx ba508f7a7e 2/2: Formatting
Date: Sun, 7 May 2023 08:58:52 -0400 (EDT)

branch: externals/jinx
commit ba508f7a7e1d67bed0265ca5550ddb087d56ff49
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Formatting
---
 jinx.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jinx.el b/jinx.el
index 5259037f72..b38c759c63 100644
--- a/jinx.el
+++ b/jinx.el
@@ -94,10 +94,10 @@ checking."
   :type '(alist :key-type symbol :value-type (repeat face)))
 
 (defcustom jinx-camel-modes
-  '(java-mode java-ts-mode js-mode js-ts-mode ruby-mode ruby-ts-mode
-    rust-mode rust-ts-mode haskell-mode kotlin-mode swift-mode csharp-mode
-    csharp-ts-mode objc-mode typescript-ts-mode typescript-mode python-mode
-    python-ts-mode dart-mode go-mode go-ts-mode scala-mode groovy-mode)
+  '(java-mode java-ts-mode js-mode js-ts-mode ruby-mode ruby-ts-mode rust-mode
+    rust-ts-mode haskell-mode kotlin-mode swift-mode csharp-mode csharp-ts-mode
+    objc-mode typescript-ts-mode typescript-mode python-mode python-ts-mode
+    dart-mode go-mode go-ts-mode scala-mode groovy-mode)
   "Modes where camelCase or PascalCase words should be accepted.
 Set to t to enable camelCase everywhere."
   :type '(choice (const t) (repeat symbol)))



reply via email to

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