Display the context of offline open-parens
This commit is contained in:
parent
4b38bd331b
commit
69f780fec4
1 changed files with 2 additions and 1 deletions
|
|
@ -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"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue