eat-emacs/.dir-locals.el
2022-11-26 22:08:52 +06:00

6 lines
237 B
EmacsLisp

;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((fill-column . 70)
(indent-tabs-mode . nil)))
(sh-mode . ((sh-basic-offset . 2))))