From f50a60e615011f9e89761fc91b44f297384ccb6f Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Tue, 26 Nov 2013 00:41:55 +0100 Subject: [PATCH] bashrc, vimrc and some other things --- bashrc | 2 +- vim/spell/en.utf-8.add | 4 ++++ vim/vimrc | 6 ++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index 37ce219..dbe4f79 100644 --- a/bashrc +++ b/bashrc @@ -470,7 +470,7 @@ export GPGKEY=016106A6AF223DBE export PYTHONPATH=/usr/local/lib/python2.7/dist-packages export CC=clang -export OMPI_MPICC=clang++ +#export OMPI_MPICC=clang++ export DEVKITPRO=/opt/devkitpro export DEVKITARM=$DEVKITPRO/devkitARM diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add index c9791a0..29e63f0 100644 --- a/vim/spell/en.utf-8.add +++ b/vim/spell/en.utf-8.add @@ -16,3 +16,7 @@ hackerspace OpenPGP CAcert UniGE +foo +baz +quux +mutex diff --git a/vim/vimrc b/vim/vimrc index 8bf93a4..7898ed2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -104,6 +104,8 @@ hi ColorColumn ctermbg=lightblue guibg=lightgrey "MAKEFILES map :make + +map :e %:r.h "TIPS : :copen :cclose :cw @@ -138,8 +140,8 @@ inoremap ยง /<+.\{-1,}+>c/+>/e "Automatic line wrap/br when writing mails in mutt au BufRead /dev/shm/mutt-* set tw=80 fo+=aw noautoindent -autocmd BufRead,BufNewFile *.tex set tw=80 -autocmd BufRead,BufNewFile *.latex set tw=80 +autocmd BufRead,BufNewFile *.tex set tw=80 fo+=aw +autocmd BufRead,BufNewFile *.latex set tw=80 fo+=aw autocmd BufRead,BufNewFile *.lista set filetype=lisp autocmd BufRead,BufNewFile *.m set nospell