From 74391420fa9890d33e8d89a15c816e6378c7aaef Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 12 Jul 2026 02:07:47 +0100 Subject: Initial commit --- .dir-locals.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..5fcdd95 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,13 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((nil + (indent-tabs-mode)) + (makefile-gmake-mode + (indent-tabs-mode t)) + (c-mode + (fill-column . 80)) + (python-mode + (fill-column . 80)) + (scheme-mode + (fill-column . 80))) -- cgit 1.4.1