# HG changeset patch # User Oleksandr Gavenko # Date 1461244687 -10800 # Node ID d9c9bc2d2ac9ec24df8fdd20972bde28dc41087a # Parent 8a32b268e8bfd4ed6f25a91e27df9b97d65537f3 Prevent wrapping long formulas on RET key. diff -r 8a32b268e8bf -r d9c9bc2d2ac9 .dir-locals.el --- a/.dir-locals.el Tue Apr 05 18:07:34 2016 +0300 +++ b/.dir-locals.el Thu Apr 21 16:18:07 2016 +0300 @@ -2,4 +2,5 @@ ;;; For more information see (info "(emacs) Directory Variables") ((rst-mode + (auto-fill-function . nil) (fill-column . 80)))