Skip to content

Commit

Permalink
jinx: Exclude unicode symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Sep 10, 2023
1 parent f9a830e commit 548b003
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -15334,6 +15334,11 @@
(setf (alist-get 'hledger-mode jinx-exclude-faces)
'(font-lock-variable-name-face))

:config
;; Exclude emojis and unicode symbols.
(push (rx (any (?\U00002600 . ?\U0001ffff)))
(alist-get t jinx-exclude-regexps))

:general
(:keymaps 'jinx-mode-map
[remap ispell-word] 'jinx-correct)
Expand Down

0 comments on commit 548b003

Please sign in to comment.