summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gregoire@awhk.org>2026-05-10 11:16:45 +0100
committerGrégoire Duchêne <gregoire@awhk.org>2026-05-10 11:16:45 +0100
commit779f5ffa4e2f97a7750b160b8af3a48b22794562 (patch)
treebec1b71368203fc302fe1481636864053ac1d296
parentaf33a705e74c02bf70fb20449af23c59ada8996c (diff)
emacs: Spell check Ukrainian
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 78e86f2..f906672 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -370,7 +370,7 @@
(use-package jinx
:hook (git-commit-setup org-mode text-mode)
- :custom (jinx-languages "en_US fr_FR")
+ :custom (jinx-languages "en_US fr_FR uk_UA")
:ensure t)