mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: add show-paren-not-in-comments-or-strings for reference
This commit is contained in:
parent
ef03df0e76
commit
dee0a8eeb9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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~)
|
||||
|
|
|
|||
Loading…
Reference in a new issue