This commit is contained in:
Zelong Kuang
2026-01-15 01:07:26 +11:00
parent 87da967854
commit c367deb4ba
3 changed files with 22 additions and 74 deletions

View File

@@ -6,8 +6,10 @@
;; :config
;; (require 'smartparens-config))
(setq electric-pair-inhibit-predicate 'electric-pair-conservative-inhibit)
(electric-pair-mode t)
(use-package smartparens
:hook (elpaca-after-init . smartparens-global-mode)
;; :hook (elpaca-after-init . smartparens-global-strict-mode)
:init (sp-use-paredit-bindings))
;; Hungry deletion
(use-package hungry-delete