diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 07:44:36 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 07:44:36 +0200 |
commit | 024279207cb3dc912103388fa1a7d87c7cdd4173 (patch) | |
tree | 503b0378969390e0195232ba78b6ea2d10198e4c /.config/emacs | |
parent | f6dbd2c2b3b7d1d21724a93ef024383dd8140422 (diff) |
emacs: Match parens in ‘helpful-mode’
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 93b30a7..891e10d 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -107,7 +107,7 @@ it convenient to use in ‘thread-last’." (pixel-scroll-precision-mode) (x-set show-paren-delay 0) -(dolist (hook '(conf-mode-hook prog-mode-hook)) +(dolist (hook '(conf-mode-hook prog-mode-hook helpful-mode-hook)) (add-hook hook #'show-paren-local-mode)) (x-set read-extended-command-predicate |