[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jinx 43039d0e56: Update changelog
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/jinx 43039d0e56: Update changelog |
|
Date: |
Sat, 6 May 2023 05:00:45 -0400 (EDT) |
branch: externals/jinx
commit 43039d0e56125186843842fca7217967cc16ae39
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Update changelog
---
CHANGELOG.org | 1 +
jinx.el | 9 ++++-----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 9420e0dadb..e3d7714551 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -12,6 +12,7 @@
- Add =jinx-repeat-map=.
- Rename category of Jinx overlays to =jinx-overlay=.
- Rename =jinx-misspelled-map= to =jinx-overlay-map=.
+- Add many more language modes to =jinx-camel-modes=.
* Version 0.8 (2023-04-28)
diff --git a/jinx.el b/jinx.el
index 1b3c21cd79..713d88b913 100644
--- a/jinx.el
+++ b/jinx.el
@@ -94,11 +94,10 @@ checking."
:type '(alist :key-type symbol :value-type (repeat face)))
(defcustom jinx-camel-modes
- '(java-mode js-mode java-ts-mode javascript-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 js-mode java-ts-mode javascript-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)))
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/jinx 43039d0e56: Update changelog,
ELPA Syncer <=