diff options
author | Case Duckworth | 2020-10-25 23:09:08 -0500 |
---|---|---|
committer | Case Duckworth | 2020-10-25 23:09:58 -0500 |
commit | 0301dbec89ddd966d59dae0bf5d25d20340dcbe4 (patch) | |
tree | e69dc89ecfbd09d869cf840b4d83790bcbbb32e8 /.gitignore | |
parent | Remove byte compilation (diff) | |
download | emacs-0301dbec89ddd966d59dae0bf5d25d20340dcbe4.tar.gz emacs-0301dbec89ddd966d59dae0bf5d25d20340dcbe4.zip |
Change init.org to config.org
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 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 |