aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-05-09 02:03:47 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-05-09 02:03:47 +0200
commit27c18ebd42bcd5b9da963656087209f31c99d4e3 (patch)
tree75fdf8aad0256a7fda9face204ceed36e8e4559e
parent24ed0486624b0fcb3226420d012d4bbc34f13856 (diff)
chore: Add directory-local variables
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..bc01a7a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil . ((fill-column . 80))))