Skip to content

Commit

Permalink
Fix stacktrace face
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jan 12, 2024
1 parent 3d01c5f commit 3673a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ The hook is run with one argument, the compilation buffer."
"Face used to display breakpoint overlays.")

(defface dape-stack-trace
'((t :inherit (default) :extend t))
'((t :extend t))
"Face used to display stack trace overlays.")

(defface dape-stack-trace-pointer
Expand Down

0 comments on commit 3673a55

Please sign in to comment.