diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-14 23:44:35 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-14 23:44:35 +0200 |
commit | db54fb7790cbfdd02b23f4e8b4d475b8c81e70e6 (patch) | |
tree | bd79567cb45c6381e989b11e5918e1f45c912178 | |
parent | 4909f1a030868706e8ad29d0d84304ca14f85fc0 (diff) |
Set editor options for README
-rw-r--r-- | .exrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ set makeprg=./make autocmd BufEnter *.3mlib setf nroff +autocmd BufEnter README set tw=73 et |