From c70f7d716ab1ea6726c0d57abcf4468bea90a3e3 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sat, 2 Mar 2024 15:04:25 -0800 Subject: [PATCH] style: Add .dir-locals.el --- .dir-locals.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..56e0ada --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((markdown-mode . ((fill-column . 80))) + (emacs-lisp-mode . ((fill-column . 80) + (indent-tabs-mode . nil))))