Added .dir-locals.el which disables auto-fill-mode.

This commit is contained in:
Wen Kokke 2020-08-19 22:38:59 +02:00
parent a611d4d1e9
commit 22005f797e

5
.dir-locals.el Normal file
View file

@ -0,0 +1,5 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
;; Disable auto-fill-mode for PLFA
(turn-off-auto-fill)