From 0301dbec89ddd966d59dae0bf5d25d20340dcbe4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 25 Oct 2020 23:09:08 -0500 Subject: Change init.org to config.org --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index c8ae6a6..5af6473 100644 --- a/init.el +++ b/init.el @@ -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")) -- cgit 1.4.1-21-gabe81