Skip to content

Commit

Permalink
Use proper face for line numbers in xref
Browse files Browse the repository at this point in the history
see #1738
  • Loading branch information
galaunay committed Dec 29, 2019
1 parent 985c2a7 commit c7c252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ Also, switch to that buffer."

(defvar elpy-xref--format-references
(let ((str "%s:\t%s"))
(put-text-property 0 4 'face 'font-lock-comment-face str)
(put-text-property 0 4 'face 'compilation-line-number str)
str)
"String used to format references in xref buffers.")

Expand Down

0 comments on commit c7c252d

Please sign in to comment.