Added basic spellcheck code

This commit is contained in:
2022-07-20 21:19:13 -07:00
parent 12e65bf02b
commit 7a2ac34a23
6 changed files with 172 additions and 4 deletions

View File

@ -6,4 +6,5 @@ TAP_DANCE_ENABLE = yes
SRC += \
tapdance/wmlayout.c \
tapdance/tapdance.c \
layers/layers.c
layers/layers.c \
spellcheck.c