From 99f78178964d12e3a8ae6cc4aebf894320e562df Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 5 Sep 2019 14:00:25 +0200 Subject: Added linters and polished code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The minimum version supported has been raised to 25.3. Signed-off-by: Miquel Sabaté Solà --- .emacs.d/.dir-locals.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .emacs.d/.dir-locals.el (limited to '.emacs.d/.dir-locals.el') diff --git a/.emacs.d/.dir-locals.el b/.emacs.d/.dir-locals.el new file mode 100644 index 0000000..9c03a44 --- /dev/null +++ b/.emacs.d/.dir-locals.el @@ -0,0 +1,3 @@ +((emacs-lisp-mode + (fill-column . 100) + (indent-tabs-mode . nil))) -- cgit v1.2.3