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

5
lisp/init-coding.el Normal file
View File

@@ -0,0 +1,5 @@
;; -*- lexical-binding: t -*-
(use-package magit)
(provide 'init-coding)