branch: externals/org-transclusion commit af85e5f4a96e04a5b5b572e46a6cdda8b395710e Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
intrnl: add .dir-locals.el to standardize dev environment --- .dir-local.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dir-local.el b/.dir-local.el new file mode 100644 index 0000000..e523a13 --- /dev/null +++ b/.dir-local.el @@ -0,0 +1,3 @@ +((emacs-lisp-mode + (fill-column . 80) + (indent-tabs-mode . nil)))