.dir-locals.el
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 20 Sep 2022 00:16:01 +0300
changeset 1759 1bbd7898cc9b
parent 1720 e88f7b12ba88
permissions -rw-r--r--
Ported Makefile to MSYS2: Emacs is native here and cannot deal with MSYS2-style paths.

((emacs-lisp-mode . ((page-delimiter . "^;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n")))
 (sh-mode . ((sh-basic-offset . 2)))
 (text-mode . ((fill-column . 80))))