Skip to content

Commit

Permalink
improvement(org,vc): lower segment priority to current-low
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Oct 14, 2024
1 parent 5c0893b commit e98928d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whale-line-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ Use FACE for the ellipsis glyph."
(whale-line-create-stateless-segment org
:getter whale-line-segments--org
:condition (derived-mode-p 'org-mode)
:priority current)
:priority current-low)

;;;;; Project

Expand Down Expand Up @@ -948,7 +948,7 @@ Only consider Dired buffers and file buffers."
:getter whale-line-segments--vc
:hooks (find-file-hook after-save-hook)
:after vc-refresh-state
:priority current)
:priority current-low)

(provide 'whale-line-segments)

Expand Down

0 comments on commit e98928d

Please sign in to comment.