Move .dir-locals.el to root

So all org files in $EMACSDIR are read-only when first opened.
This commit is contained in:
Henrik Lissner
2020-11-16 19:26:07 -05:00
parent 8999719852
commit d6b26aaca6

1
.dir-locals.el Normal file
View File

@ -0,0 +1 @@
((org-mode (buffer-read-only . t)))