This commit is contained in:
Barak Michener 2013-07-27 21:19:13 -04:00
parent 750300d11d
commit 94b02a5526
13 changed files with 24 additions and 24 deletions

View file

@ -12,8 +12,8 @@
# Files
data.location=~/.task
pull.default.uri=barak@miranda.barakmich.com:/fs/home/barak/.task
push.default.uri=barak@miranda.barakmich.com:/fs/home/barak/.task
pull.default.uri=barak@miranda.barakmich.com:/fs/home/barak/.task/
push.default.uri=barak@miranda.barakmich.com:/fs/home/barak/.task/
# Color theme (uncomment one to use)
#include /usr/share/doc/task/rc/light-16.theme

@ -1 +1 @@
Subproject commit b73f97b7653818ed9a010dffb8fea98181b8bab9
Subproject commit 680f60fb237370d6eda2bfb28cd660916991733e

@ -1 +1 @@
Subproject commit 0c19ee4fa78f69b4591fe107c104b07174cd661c
Subproject commit f347885555b8446953c1c936830e85275b99ddfd

@ -1 +1 @@
Subproject commit 7b0a2c727086d39f658225bb00cd117770bf9245
Subproject commit 0284450ee16dfab2300f6b68c68b9e718f4f98bd

@ -1 +1 @@
Subproject commit 195fbd1d31d0bab944b0b92fb7ffa83fb50c4524
Subproject commit 4f21d024f91016aae2014cc99e6279e39b2fbbcc

@ -1 +1 @@
Subproject commit 448ad6f1bce0308329ccb020b51710227108b578
Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d

@ -1 +1 @@
Subproject commit 7f0412e91dd6e2b48cbe8ae54bddcfeca0c127c1
Subproject commit 03429e69b6158bcae5f8bf5e8de52703c26c6b49

@ -1 +1 @@
Subproject commit 54ead5abcbfdd776e1160b5510a129884c39f29c
Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9

@ -1 +1 @@
Subproject commit 679469ed357e141b8b028e1a0c0a12752704fd7a
Subproject commit 8c9bcedc6c534d3f308fa3ade6a459977ee4a58a

@ -1 +1 @@
Subproject commit 82a88e75e1d2ea392176debb5e3b63dadc6a8339
Subproject commit 4e784293f6e36494d6c4578634abc6aca3d2028d

@ -1 +1 @@
Subproject commit b5e9269136ae8dc7d6fbd5ed8777cbcd8cc22fbf
Subproject commit 71cdd2d9a212be6367d8f716a19bf5caf11bd0ec

@ -1 +1 @@
Subproject commit cabf4b79b1c0cd9c9a8beec303c2e6172c82d19f
Subproject commit 48d1cb6bf0000159291014226d8d8d3330ad875e

View file

@ -45,17 +45,17 @@ au BufRead,BufNewFile *.go set filetype=go
"Settings per filetype
"augroup python
""autocmd FileType python set omnifunc=pythoncomplete#Complete
""autocmd FileType python call SuperTabSetCompletionType("<C-X><C-O>")
""autocmd FileType python set completeopt-=preview
"autocmd FileType python set ts=4
"autocmd FileType python set softtabstop=4
"autocmd FileType python set shiftwidth=4
"autocmd FileType python set expandtab
"autocmd FileType python set nosmartindent
"autocmd FileType python let b:auto_trim_whitespace=1
"augroup END
augroup python
"autocmd FileType python set omnifunc=pythoncomplete#Complete
"autocmd FileType python call SuperTabSetCompletionType("<C-X><C-O>")
"autocmd FileType python set completeopt-=preview
autocmd FileType python set ts=4
autocmd FileType python set softtabstop=4
autocmd FileType python set shiftwidth=4
autocmd FileType python set expandtab
autocmd FileType python set nosmartindent
autocmd FileType python let b:auto_trim_whitespace=1
augroup END
"augroup javascript
"autocmd FileType javascript set ts=4
"autocmd FileType javascript set softtabstop=4