branch: externals/system-packages commit 874ab8fe866f2c1aaf859a4bb61f9a36c9eeded4 Author: Alex Branham <bran...@utexas.edu> Commit: Alex Branham <bran...@utexas.edu>
Add directory local variables --- .dir-locals.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..a986abf --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,3 @@ +((nil . ((fill-column . 70) + (sentence-end-double-space . t) + )))