Skip to content

Commit 319a4ac

Browse files
authored
Fix void-variable error in rustic-cargo-spellcheck-mode (#38)
This is a follow-up to #17.
1 parent 30f0d39 commit 319a4ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rustic-spellcheck.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ Error matching regexes from compile.el are removed."
7878
(setq-local compilation-column-face 'rustic-compilation-column)
7979
(setq-local compilation-line-face 'rustic-compilation-line)
8080

81-
(setq-local xterm-color-names-bright rustic-ansi-faces)
82-
(setq-local xterm-color-names rustic-ansi-faces)
83-
8481
(setq-local compilation-error-regexp-alist-alist nil)
8582
(add-to-list 'compilation-error-regexp-alist-alist
8683
(cons 'rustic-spell-error rustic-spellcheck-error))

0 commit comments

Comments
 (0)