From f35f6d31b143a82d09ea23d989c9ef66eb9b6d4f Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Wed, 3 Sep 2025 22:21:40 +0300 Subject: [PATCH] add smartparens --- init.el | 5 +++++ 1 file changed, 5 insertions(+) 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))