feat: refactored espanso config

This commit is contained in:
Nick 2025-06-01 14:55:05 -05:00
parent 3d6ee99ecb
commit 9eb6982341
9 changed files with 123 additions and 36 deletions

View file

@ -4,8 +4,27 @@
(matchHelper ":conj" "")
(matchHelper ":disj" "")
(matchHelper ":imp" "")
(matchHelper ":bicon" "")
(matchHelper ":iff" "")
(matchHelper ":forall" "")
(matchHelper ":exist" "")
(matchHelper ":therefore" "")
(matchHelper ":because" "")
(matchHelper ":nexist" "")
(matchHelper ":nand" "")
(matchHelper ":nor" "")
(matchHelper ":xor" "")
(matchHelper ":xnor" "")
(matchHelper ":notimp" "")
(matchHelper ":notiff" "")
(matchHelper ":models" "")
(matchHelper ":notmodels" "")
(matchHelper ":proves" "")
(matchHelper ":notproves" "")
(matchHelper ":forces" "")
(matchHelper ":notforces" "")
(matchHelper ":top" "")
(matchHelper ":bottom" "")
(matchHelper ":dashv" "")
(matchHelper ":necessary" "")
(matchHelper ":possible" "")
]