diff options
| author | Daniel Pettersson <daniel@dpettersson.net> | 2025-10-27 22:18:53 +0100 |
|---|---|---|
| committer | Daniel Pettersson <daniel@dpettersson.net> | 2025-10-27 22:18:53 +0100 |
| commit | 5799a13ad52d2b91349a9a55c48eb2533c23882b (patch) | |
| tree | 0c569c0843aa280b56f7e17c0fcf1d30ddc61a2d | |
| parent | ca6fbddf3fa1c1e39db1f7a902b8514690d56b63 (diff) | |
Set stipple nil for exception description face
As suggested in #212
| -rw-r--r-- | dape.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -794,7 +794,8 @@ Debug logging has an noticeable effect on performance." "Face used to display hits breakpoints.") (defface dape-exception-description-face '((t :inherit (error tooltip) - :extend t)) + :extend t + :stipple nil)) "Face used to display exception descriptions inline.") (defface dape-source-line-face '((t)) |
