add smartparens
This commit is contained in:
parent
5177e5cab8
commit
f35f6d31b1
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
|
@ -39,3 +39,8 @@
|
|||
:straight t
|
||||
:init
|
||||
(vertico-mode))
|
||||
|
||||
(use-package smartparens
|
||||
:straight t
|
||||
:config (require 'smartparens-config)
|
||||
:init (smartparens-global-mode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue