add smartparens

This commit is contained in:
Yisroel Baum 2025-09-03 22:21:40 +03:00
parent 5177e5cab8
commit f35f6d31b1
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -39,3 +39,8 @@
:straight t :straight t
:init :init
(vertico-mode)) (vertico-mode))
(use-package smartparens
:straight t
:config (require 'smartparens-config)
:init (smartparens-global-mode))