Skip to content

Commit

Permalink
Fix void-variable error in rustic-cargo-spellcheck-mode (#38)
Browse files Browse the repository at this point in the history
This is a follow-up to #17.
  • Loading branch information
bcc32 authored Aug 19, 2024
1 parent 30f0d39 commit 319a4ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rustic-spellcheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ Error matching regexes from compile.el are removed."
(setq-local compilation-column-face 'rustic-compilation-column)
(setq-local compilation-line-face 'rustic-compilation-line)

(setq-local xterm-color-names-bright rustic-ansi-faces)
(setq-local xterm-color-names rustic-ansi-faces)

(setq-local compilation-error-regexp-alist-alist nil)
(add-to-list 'compilation-error-regexp-alist-alist
(cons 'rustic-spell-error rustic-spellcheck-error))
Expand Down

0 comments on commit 319a4ac

Please sign in to comment.