We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f0d39 commit 319a4acCopy full SHA for 319a4ac
rustic-spellcheck.el
@@ -78,9 +78,6 @@ Error matching regexes from compile.el are removed."
78
(setq-local compilation-column-face 'rustic-compilation-column)
79
(setq-local compilation-line-face 'rustic-compilation-line)
80
81
- (setq-local xterm-color-names-bright rustic-ansi-faces)
82
- (setq-local xterm-color-names rustic-ansi-faces)
83
-
84
(setq-local compilation-error-regexp-alist-alist nil)
85
(add-to-list 'compilation-error-regexp-alist-alist
86
(cons 'rustic-spell-error rustic-spellcheck-error))
0 commit comments