This commit is contained in:
Zelong Kuang
2025-12-14 11:01:33 +11:00
parent e15c798d92
commit 9caa38be6b
3 changed files with 10 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
;; -*- lexical-binding: t -*-
(use-package smartparens
:demand t
:hook (prog-mode text-mode markdown-mode)
:config
(require 'smartparens-config)
(smartparens-global-mode))
(require 'smartparens-config))
(use-package winum
:init