added dfu stuff for keyboard programming, python file spaces for PEP8

This commit is contained in:
Daniel Flanagan 2016-07-02 06:30:30 -05:00
parent cf3760c890
commit e7a4d6c855
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@ pacaur -S \
gvfs-mtp \ gvfs-mtp \
pass \ pass \
bash-completion \ bash-completion \
avr-libc avr-gcc dfu-programmer dfu-util \
--noconfirm --noedit --noconfirm --noedit
sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome

View file

@ -83,7 +83,7 @@ let c_comment_strings = 0 " dont highlight strings inside C comments
" Python " Python
let python_space_errors = 1 let python_space_errors = 1
autocmd FileType python setl tabstop=2 noexpandtab shiftwidth=2 softtabstop=2 autocmd FileType python setl tabstop=4 expandtab shiftwidth=4 softtabstop=4
" HAMLC " HAMLC
autocmd BufRead,BufNewFile *.hamlc set ft=haml autocmd BufRead,BufNewFile *.hamlc set ft=haml