From 69f780fec4de4e641b158cc8904770da1a28e2e7 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:59 +0300 Subject: [PATCH] Display the context of offline open-parens --- .config/emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 87bae5b..1162a58 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -22,7 +22,8 @@ (display-time-24hr-format t) (inhibit-startup-screen 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 :elpaca (:repo "https://git.sr.ht/~technomancy/better-defaults"))