summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: bc0c97d124fb8834efcdd7ffd94934795be52366 (plain) (blame)
1
2
3
4
((nil . ((fill-column . 80)))
 (markdown-mode . ((mode . flyspell)))
 (python-mode . ((mode . flyspell-prog)
		 (mode . whitespace))))