From 5732da2af736c40cf693354485446ab4867ecb4d Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Wed, 7 Aug 2019 09:17:13 -0300 Subject: New upstream version 2.9 --- .dir-locals.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index ce251c0a..db8dc273 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,8 @@ -;; bash-completion shell-script mode additional settings for Emacs +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") -((sh-mode . ((sh-indent-comment . t)))) +((python-mode + (eval add-hook 'before-save-hook 'blacken-buffer nil t)) + (sh-mode + (flycheck-sh-bash-args "-O" "extglob") + (sh-indent-comment . t))) -- cgit v1.2.1