aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 11:33:25 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 11:33:25 +0100
commit068f8758495a80f10c8394d45007cf4ddd66cb3e (patch)
treed2302d19973ceffa0f58405570ad996f993c3ecb
parente8efe7b5b9636758e4c740683988373f656846bf (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..a55700a
--- /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")
+
+((emacs-lisp-mode . ((fill-column . 80))))