diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-11-25 23:41:37 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-11-25 23:41:37 -0500 |
commit | c50bb85cb87e88fffe05c3af5bc5745395333ccc (patch) | |
tree | 12986a96159d85eb5e5b3772cce00b649dbfdb17 | |
parent | ac07fea9ad60840f637178d0ab0469fbd5eddf88 (diff) |
* rt-liberation.el:
-rw-r--r-- | rt-liberation.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt-liberation.el b/rt-liberation.el index 7d9612e..796f606 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1209,7 +1209,7 @@ ASSOC-BROWSER if non-nil should be a ticket browser." "Face for less important text.") (defconst rt-liber-viewer2-font-lock-keywords - `(("^.*$" 0 'font-lock-comment-face)) + `(("^Ticket.*$" 0 'rt-liber-ticket-subdued-face)) "Expressions to font-lock for RT ticket viewer.") |