Initial commit

This commit is contained in:
Zelong Kuang
2025-12-14 04:51:24 +11:00
commit c8f45404a0
12 changed files with 539 additions and 0 deletions

9
lisp/init-edit.el Normal file
View File

@@ -0,0 +1,9 @@
;; -*- lexical-binding: t -*-
(use-package smartparens
:config
(require 'smartparens-config)
(smartparens-global-mode))
(provide 'init-edit)