Add missing parens
This commit is contained in:
parent
057c393133
commit
4677160515
@ -215,7 +215,7 @@
|
|||||||
`(link-visited ((,class (:foreground ,magenta :underline t :weight bold))))
|
`(link-visited ((,class (:foreground ,magenta :underline t :weight bold))))
|
||||||
`(escape-glyph ((,class (:foreground ,pink))))
|
`(escape-glyph ((,class (:foreground ,pink))))
|
||||||
`(homoglyph ((,class (:inherit escape-glyph))))
|
`(homoglyph ((,class (:inherit escape-glyph))))
|
||||||
`(widget-single-line-field ((,class :background ,base-5)))
|
`(widget-single-line-field ((,class (:background ,base-5))))
|
||||||
`(widget-field ((,class (:inherit widget-single-line-field :extend t))))
|
`(widget-field ((,class (:inherit widget-single-line-field :extend t))))
|
||||||
|
|
||||||
;; font-lock
|
;; font-lock
|
||||||
|
Loading…
Reference in New Issue
Block a user