Change init.org to config.org

This commit is contained in:
Case Duckworth 2020-10-25 23:09:08 -05:00
parent f2c1177b07
commit 0301dbec89
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
*
!init.org
!config.org
!init.el
!.gitignore
!README.org

View File

@ -5,7 +5,7 @@
;; git update-index --no-assume-unchanged init.el
(require 'org)
(find-file (concat user-emacs-directory "init.org"))
(find-file (concat user-emacs-directory "config.org"))
(org-babel-tangle)
(load-file (concat user-emacs-directory "early-init.el"))
(load-file (concat user-emacs-directory "init.el"))