summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dape.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/dape.el b/dape.el
index 227fe78..017e873 100644
--- a/dape.el
+++ b/dape.el
@@ -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))