Skip to content

Commit

Permalink
feat: Enable truncate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 2, 2024
1 parent ae469b5 commit d48e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
:type 'boolean
:group 'sideline)

(defcustom sideline-truncate nil
(defcustom sideline-truncate t
"Truncate sideline if the line width are wider than the window width."
:type 'boolean
:group 'sideline)
Expand Down

0 comments on commit d48e504

Please sign in to comment.