Skip to content

Commit

Permalink
improve(selection): show columns when mark is active
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Oct 13, 2024
1 parent 6b2f3f7 commit 5c0893b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whale-line-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Project buffers will only show segments deeper than root."
((:eval (whale-line--spacer))
(multiple-cursors-mode
"mc"
(rectangle-mark-mode
(mark-active
((:eval (whale-line-segments--selection--rows)) "×" (:eval (whale-line-segments--selection--columns)))
(:eval (whale-line-segments--selection--rows))))
(:eval (whale-line--spacer)))
Expand Down

0 comments on commit 5c0893b

Please sign in to comment.