emacs: set show-paren-context-when-offscreen to overlay

Emacs my beloved <3
This commit is contained in:
Jeremy Baxter 2024-03-05 14:05:22 +13:00
parent 734ba8a2a4
commit b7bda10129

View file

@ -224,6 +224,9 @@
(save-place-mode)
(recentf-mode)
;; show opening paren context if it's offscreen
(setq show-paren-context-when-offscreen 'overlay)
;; frames/windows resize pixelwise
(setq frame-resize-pixelwise t
window-resize-pixelwise t)