Set textwidth to 72 in org-mode
This commit is contained in:
parent
7abfad3c8e
commit
4ce6758cb3
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -88,6 +88,7 @@ if has("eval")
|
|||
let g:netrw_liststyle=3
|
||||
let g:netrw_sort_sequence='[\/]$,*'
|
||||
let g:netrw_winsize=-28
|
||||
let g:org_tag_column=72
|
||||
" Disable vim-go warning on CentOS
|
||||
let g:go_version_warning = 0
|
||||
" Set colour levels for different terminals.
|
||||
|
|
Loading…
Reference in a new issue