Prevent wrapping long formulas on RET key.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 21 Apr 2016 16:18:07 +0300
changeset 14 d9c9bc2d2ac9
parent 13 8a32b268e8bf
child 15 f606de7b91b0
Prevent wrapping long formulas on RET key.
.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)))