Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions markup-faces.el
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,8 @@ LaTeX: {\\large foo}"
:slant normal
:weight normal
:width normal
:foundry "unknown"))
(((background light)) (:foreground "gray65"))
(((background dark)) (:foreground "gray30")))
:foundry "unknown"
:foreground "gray65")))
"Face for general meta characters and base for special meta characters.

The default sets all face properties to a value because then it's
Expand Down