Ensure 2 lines above/below point always visible

This commit is contained in:
TEC 2021-05-28 15:44:25 +08:00
parent 46b688b6b9
commit 134f9dfa5c
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 3 additions and 1 deletions

View File

@ -344,7 +344,9 @@ the following:
evil-want-fine-undo t ; By default while in insert all changes are one big blob. Be more granular
auto-save-default t ; Nobody likes to loose work, I certainly don't
truncate-string-ellipsis "…" ; Unicode ellispis are nicer than "...", and also save /precious/ space
password-cache-expiry nil) ; I can trust my computers ... can't I?
password-cache-expiry nil ; I can trust my computers ... can't I?
;; scroll-preserve-screen-position 'always ; Don't have `point' jump around
scroll-margin 2) ; It's nice to maintain a little margin
(display-time-mode 1) ; Enable time in the mode-line