diff --git a/init.el b/init.el index d0c7a62..aee5a79 100644 --- a/init.el +++ b/init.el @@ -39,3 +39,8 @@ :straight t :init (vertico-mode)) + +(use-package smartparens + :straight t + :config (require 'smartparens-config) + :init (smartparens-global-mode))