rename config to README

This commit is contained in:
frosty 2024-09-06 05:10:32 -04:00
parent db8e902526
commit c266f50474
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,3 +1,3 @@
**/*
!init.el
!config.org
!README.org

View file

@ -2,5 +2,5 @@
;;; Commentary:
;;; Code:
(org-babel-load-file (locate-user-emacs-file "config.org"))
(org-babel-load-file (locate-user-emacs-file "README.org"))
;;; init.el ends here