From 31bb9ab51470491a029427793c673956937501c1 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Wed, 15 Apr 2026 15:03:47 +0300 Subject: [PATCH] docs: Explain how to enable spell checking Fixes: #2152 Signed-off-by: Benson Muite --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0046657..c9602770 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ The system libstrophe is used by default; if you instead want to automatically d | **OMEMO** | OMEMO encryption support | `-Domemo=enabled` | | **OMEMO Backend** | Select OMEMO backend library | `-Domemo-backend=libsignal\|libomemo-c` | | **QR Code** | OMEMO QR code display | `-Domemo-qrcode=enabled` | +| **Spellcheck** | Support for spelling checks | `-Dspellcheck=enabled` | | **Icons/Clipboard** | GTK tray icons & clipboard | `-Dicons-and-clipboard=enabled` | | **GDK Pixbuf** | Avatar scaling support | `-Dgdk-pixbuf=enabled` | | **XScreenSaver** | Idle time detection | `-Dxscreensaver=enabled` |