branch: externals/org-transclusion commit 1cc9738f828cfcfdc806a0bcd60c0d2df6381425 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
intrnl: ELPA should ignore .dir-local --- .dir-local.el | 2 -- .elpaignore | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.dir-local.el b/.dir-local.el index 50813194ab..e523a131a7 100644 --- a/.dir-local.el +++ b/.dir-local.el @@ -1,5 +1,3 @@ -;; Copyright (C) 2021 Free Software Foundation, Inc. - ((emacs-lisp-mode (fill-column . 80) (indent-tabs-mode . nil))) diff --git a/.elpaignore b/.elpaignore index 6599e1e20a..63f6881593 100644 --- a/.elpaignore +++ b/.elpaignore @@ -3,4 +3,5 @@ docs resources Makefile .gitignore -text-clone-docs \ No newline at end of file +text-clone-docs +.dir-local.el \ No newline at end of file