aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:56:39 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:56:39 +0100
commit533c7d6f6e45da4592229e2b50c347b26d4b9ccd (patch)
tree5832a5a0a3709c1cc156674633e488ac90572d36
parent9a2c5c8724bcc99296c95a20ea2d84208cc5e038 (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..2094bc4
--- /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")
+
+((lisp-mode . ((fill-column . 80))))