.dir-locals.el
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 10 Dec 2022 18:34:57 +0200
changeset 1765 5cabf87dd450
parent 1720 e88f7b12ba88
permissions -rw-r--r--
Fixed M-x shell in Mingw Emacs, Bash "-i" is not supported in dumb Emacs terminal. bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell tput: unknown terminal "emacs"

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