Skip to content

Commit

Permalink
Fixes warning that :background nil value is invalid. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
djgoku committed Oct 15, 2023
1 parent 8de0e75 commit 014ac17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sideline-blame.el
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

(defface sideline-blame
'((t :foreground "#7a88cf"
:background nil
:background unspecified
:italic t))
"Face for blame info."
:group 'sideline-blame)
Expand Down

0 comments on commit 014ac17

Please sign in to comment.