(Emacs/config)+use-package declaration for show-paren-mode

This commit is contained in:
2024-08-16 12:23:32 +01:00
parent 022420c498
commit 515fc7fab8

View File

@@ -2274,7 +2274,8 @@ use 70 fill columns while code should stick to 80.
Show parenthesis for Emacs Show parenthesis for Emacs
#+begin_src emacs-lisp #+begin_src emacs-lisp
(add-hook 'prog-mode-hook #'show-paren-mode) (use-package paren
:hook (prog-mode-hook . show-paren-mode))
#+end_src #+end_src
** Smartparens ** Smartparens
Smartparens is a smarter electric-parens, it's much more aware of Smartparens is a smarter electric-parens, it's much more aware of