From e735c560694a5a26d46895ff2b7e6480920f94c9 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Wed, 4 May 2016 23:39:39 -0400 Subject: [PATCH] Set tex files to have linewidth 80 by default --- .ncmpcpp/config | 2 +- .vim/ftplugin/tex.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 350a6b5..d7f040f 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -166,7 +166,7 @@ playlist_disable_highlight_delay = "3" ## # song_list_format = "{$2%c$9: $5%C %t$9 {$7(%p)$9}}|{{{{$2%a$9}{ $4%b$9}: }{$5%t$9}}|{$5%f$9}}$R{$3(%l)$9}" -song_status_format = "{{$2%c$9: $5%C$9 }|{$2%a$9{ $4\"%b\"{ (%y)$9}} - }{$5%t$9}}|{$4%f$9}" +song_status_format = "{{$2%c$9: $5%C$9 }|{$2%a$9{ $4%b{ (%y)$9}} - }{$5%t$9}}|{$4%f$9}" song_library_format = "{%n - }{%t}|{%f}" # #tag_editor_album_format = "{(%y) }%b" diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim index 0b9c779..00f8995 100644 --- a/.vim/ftplugin/tex.vim +++ b/.vim/ftplugin/tex.vim @@ -1,2 +1,3 @@ setlocal spell spelllang=en_us setlocal linebreak +setlocal textwidth=80