Mode line
Configure the mode line.
Note: “Elements that are added to [the mode line] should normally end in a space (to ensure that consecutive ‘global-mode-string’ elements display properly)” (NO_ITEM_DATA:stallman+2022).
Disable native scroll bars, as they follow fashion (becoming increasingly dumber and smaller).
(scroll-bar-mode -1)
Do not move point when scrolling.
(setopt scroll-preserve-screen-position 'point)
Show file size and column number in the mode line.
(size-indication-mode)