Skip to content

Commit

Permalink
Revert "Remove unnecessary dir-locals"
Browse files Browse the repository at this point in the history
This reverts commit 4c02768.
  • Loading branch information
minad committed May 19, 2024
1 parent 0b4f2ea commit 2f14cbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -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)))
9 changes: 5 additions & 4 deletions .elpaignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2f14cbb

Please sign in to comment.