diff options
| -rw-r--r-- | .dir-locals.el | 6 | ||||
| -rw-r--r-- | .elpaignore | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..6d22de3 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((emacs-lisp-mode + (show-trailing-whitespace . t) + (indent-tabs-mode . nil))) diff --git a/.elpaignore b/.elpaignore index 820419c..7d944a9 100644 --- a/.elpaignore +++ b/.elpaignore @@ -1,8 +1,9 @@ -compat-tests.el -Makefile +.dir-locals.el +.elpaignore .github .gitignore -.elpaignore COPYING +Makefile README.md -compat.texi +compat-tests.el +compat.texi
\ No newline at end of file |
