summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: db8dc273c478db81d8304d27d062a7d5263438e2 (plain)
1
2
3
4
5
6
7
8
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((python-mode
  (eval add-hook 'before-save-hook 'blacken-buffer nil t))
 (sh-mode
  (flycheck-sh-bash-args "-O" "extglob")
  (sh-indent-comment . t)))