Added .dir-locals.el which disables auto-fill-mode.
This commit is contained in:
parent
a611d4d1e9
commit
22005f797e
1 changed files with 5 additions and 0 deletions
5
.dir-locals.el
Normal file
5
.dir-locals.el
Normal 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)
|
Loading…
Add table
Reference in a new issue