diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | config.org (renamed from init.org) | 0 | ||||
-rw-r--r-- | init.el | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index cd10faf..1cf45c1 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,5 +1,5 @@ | |||
1 | * | 1 | * |
2 | !init.org | 2 | !config.org |
3 | !init.el | 3 | !init.el |
4 | !.gitignore | 4 | !.gitignore |
5 | !README.org | 5 | !README.org |
diff --git a/init.org b/config.org index 3cebb79..3cebb79 100644 --- a/init.org +++ b/config.org | |||
diff --git a/init.el b/init.el index c8ae6a6..5af6473 100644 --- a/init.el +++ b/init.el | |||
@@ -5,7 +5,7 @@ | |||
5 | ;; git update-index --no-assume-unchanged init.el | 5 | ;; git update-index --no-assume-unchanged init.el |
6 | 6 | ||
7 | (require 'org) | 7 | (require 'org) |
8 | (find-file (concat user-emacs-directory "init.org")) | 8 | (find-file (concat user-emacs-directory "config.org")) |
9 | (org-babel-tangle) | 9 | (org-babel-tangle) |
10 | (load-file (concat user-emacs-directory "early-init.el")) | 10 | (load-file (concat user-emacs-directory "early-init.el")) |
11 | (load-file (concat user-emacs-directory "init.el")) | 11 | (load-file (concat user-emacs-directory "init.el")) |