Files
.emacs.d/.gitignore
User 4d810f270f Config: streamline config structure and reorganize modules
- Remove init-workspace.el and redundant UI/font/autothemer setup
- Add init-prog.el for programming language configs (treesit, lua, scheme, etc.)
- Defer org-refile loading via org-mode hook
- Adjust load order in init.el, add init-proxy
- Fix indentation and formatting issues
2026-04-26 07:49:55 +08:00

13 lines
102 B
Plaintext

*
!init.el
!early-init.el
!custom.el
!lisp/
!lisp/**/
!lisp/**/*.el
lisp/init-proxy.el
!.gitignore