summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2025-07-13 23:30:56 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2025-07-14 00:33:07 +0100
commit54166139db2c078b39cf0425625d7723128089cd (patch)
tree485e86acb459242f6929ae349262832ee2f5696d
parente1e9a23bb369fe1798b6aca1ba7ee3448b3242f4 (diff)
emacs: Spellcheck using en_US as well as fr_FR
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 2e32617..9d16f2e 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -360,6 +360,7 @@
(use-package jinx
:hook (git-commit-setup org-mode text-mode)
+ :custom (jinx-languages "en_US fr_FR")
:ensure t)