initial commit

This commit is contained in:
2023-02-28 01:43:19 +08:00
commit 1597cb420b
30 changed files with 2256 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# personal info
personal.*
# gpg files
elpa/*
# swap and undo files
*~
*.d/*~
*\#*
*.d/*\#*
.*
*.d/.*
# generated elisp files
*.org.d/*.el
# etc
auto-save-list*
# don't ignore .gitignore
!.gitignore