branch: externals/dape
commit 5799a13ad52d2b91349a9a55c48eb2533c23882b
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Set stipple nil for exception description face
    
    As suggested in #212
---
 dape.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 227fe780b6..017e873198 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))

Reply via email to