Fix smartparens config

This commit is contained in:
Gergely Polonkai 2023-10-16 14:09:54 +02:00
parent 9eac9766cb
commit 67fc81169a
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 0 deletions

View File

@ -2160,6 +2160,7 @@ Because one is never enough.
(use-package smartparens
:demand
:config
(require 'smartparens-config)
(show-smartparens-global-mode t)
:hook
(prog-mode . turn-on-smartparens-strict-mode)