emacs: add show-paren-not-in-comments-or-strings for reference

This commit is contained in:
Protesilaos 2026-08-12 06:43:17 +03:00
parent ef03df0e76
commit dee0a8eeb9
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 2 deletions

View file

@ -51,7 +51,8 @@
(setq show-paren-style 'parenthesis)
(setq show-paren-when-point-in-periphery nil)
(setq show-paren-when-point-inside-paren nil)
(setq show-paren-context-when-offscreen 'overlay))) ; Emacs 29
(setq show-paren-context-when-offscreen 'overlay) ; Emacs 29
(setq show-paren-not-in-comments-or-strings nil))) ; Emacs 31
;;;; Plain text (text-mode)
(prot-emacs-configure

View file

@ -9143,7 +9143,8 @@ and I use it globally. Simple and effective!
(setq show-paren-style 'parenthesis)
(setq show-paren-when-point-in-periphery nil)
(setq show-paren-when-point-inside-paren nil)
(setq show-paren-context-when-offscreen 'overlay))) ; Emacs 29
(setq show-paren-context-when-offscreen 'overlay) ; Emacs 29
(setq show-paren-not-in-comments-or-strings nil))) ; Emacs 31
#+end_src
*** The =prot-emacs-langs.el= settings for plain text (no double spaces, ~auto-fill-mode~)