diff -r 54fd8e65bc00 -r 951ad9bc28d8 .dir-locals.el --- a/.dir-locals.el Tue Jul 10 20:02:12 2012 +0300 +++ b/.dir-locals.el Wed Jul 11 01:04:25 2012 +0300 @@ -2,4 +2,7 @@ (nil . ( (fill-column . 72) ) ) + (rst-mode . ( + (fill-column . 80) + ) ) )