diff options
author | Nathan Collins <nathan.collins@gmail.com> | 2012-06-12 00:39:21 -0700 |
---|---|---|
committer | Nathan Collins <nathan.collins@gmail.com> | 2012-06-12 00:43:42 -0700 |
commit | 9fe433390d3860bdb740c54b015889805578c992 (patch) | |
tree | c0ae109edded83b0c3f425033032b20c65330593 /CONTRIBUTING | |
parent | 236ae1fbc4fa114cfcef5a7d71c40cb1c2ef9d8f (diff) |
Remove .dir-locals.el and add doc/contributing.mdwn.
Add link CONTRIBUTING -> doc/contributing.mdwn, so that it's easy to
find (many files in doc/).
Add .dir-locals.el to .gitignore, now that it's no longer versioned.
The CONTRIBUTING file gives a reference to a page on the Emacs wiki
that shows how to set up a .dir-locals.el that sets up tabs for
indentation. I updated the wiki page to include the
`(highlight-regexp "^ *")` part, which had been the hardest to
discover.
Diffstat (limited to 'CONTRIBUTING')
l--------- | CONTRIBUTING | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 120000 index 000000000..8ad193e22 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1 @@ +doc/contributing.mdwn
\ No newline at end of file |