branch: externals/listen
commit 01d4c850c9dd145d99fb212eb0c4e98234b45641
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    Meta: Add .dir-locals.el
---
 .dir-locals.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..2ab1616260
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; Directory Local Variables            -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode . ((eval . (display-fill-column-indicator-mode 1))
+                     (fill-column . 100))))

Reply via email to