Display the context of offline open-parens

This commit is contained in:
Ohad Livne 2025-06-04 22:45:59 +03:00
parent 4b38bd331b
commit 69f780fec4
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -22,7 +22,8 @@
(display-time-24hr-format t) (display-time-24hr-format t)
(inhibit-startup-screen t) (inhibit-startup-screen t)
(global-auto-revert-mode t) (global-auto-revert-mode t)
(global-auto-revert-non-file-buffers t)) (global-auto-revert-non-file-buffers t)
(show-paren-context-when-offscreen 'overlay))
(use-package better-defaults (use-package better-defaults
:elpaca (:repo "https://git.sr.ht/~technomancy/better-defaults")) :elpaca (:repo "https://git.sr.ht/~technomancy/better-defaults"))