summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-22 15:55:36 -0600
committerCase Duckworth2021-02-22 15:55:36 -0600
commita0f66203f8f65a9ced14728b6b5f7880d56ffce0 (patch)
tree1b7430204124529891d3c47dba4adad51e817cd7
parentAdd scroll settings (diff)
downloademacs-a0f66203f8f65a9ced14728b6b5f7880d56ffce0.tar.gz
emacs-a0f66203f8f65a9ced14728b6b5f7880d56ffce0.zip
Add .gitattributes
-rw-r--r--.gitattributes3
-rw-r--r--.gitignore1
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a5516e5 --- /dev/null +++ b/.gitattributes
@@ -0,0 +1,3 @@
1*.lisp diff=lisp
2*.el diff=lisp
3*.org diff=org
diff --git a/.gitignore b/.gitignore index 82566c8..d273700 100644 --- a/.gitignore +++ b/.gitignore
@@ -6,6 +6,7 @@
6!init.el 6!init.el
7!early-init.el 7!early-init.el
8!.gitignore 8!.gitignore
9!.gitattributes
9!README.* 10!README.*
10 11
11# and ... 12# and ...