lear and proto whitespace

This commit is contained in:
Barak Michener 2014-05-15 13:26:53 -04:00
parent cb7d366cd5
commit 54f26d3426
21 changed files with 21 additions and 20 deletions

View file

@ -56,7 +56,7 @@ alias ppjson="python -mjson.tool"
#alias tmux-pwn='tmux list-clients | sed "s|^\(/dev/ttys[0-9]\+\).*\[\([0-9]\+x[0-9]\+\).*$|\2 \1|" | sort -r -n | tail -n +2 | cut -d " " -f 2 | xargs -n 1 tmux detach-client -t'
#machines
alias miranda="ssh -D 7777 -Y barak@miranda.barakmich.com"
alias lear="ssh -D 7777 -Y barak@lear.barakmich.com"
alias hero="ssh -D 7777 -Y barak@hero.barakmich.com"
#Cosmetic/useful

View file

@ -48,7 +48,7 @@ beautiful.init(confdir .. "/btheme/theme.lua")
--beautiful.border_normal = "#222222"
--beautiful.border_focus = "#00bfff"
--beautiful.font = "sans 12"
naughty.config.default_preset.font = "Inconsolata 14"
naughty.config.default_preset.font = "Inconsolata 22"
-- This is used later as the default terminal and editor to run.
terminal = "run_terminal"

@ -1 +1 @@
Subproject commit 0fb0fe948cedda7cbea330303c5a28e7375d268c
Subproject commit 161d73499845fd0d9b24d76ecbcb00d7d00d6120

@ -1 +1 @@
Subproject commit 9d3258df19b9d940576eda42899dbdbf9084f04a
Subproject commit b1bba2e2012efa81444bedafa12ddbdae2cccd93

@ -1 +1 @@
Subproject commit 0292109f1f87497c7cf9b0994db47c8e95bd252c
Subproject commit f183a345a0c10caed7684d07dabae33e007c7590

@ -1 +1 @@
Subproject commit b340c438355e70ba3a648ccfc0e2be9b94662808
Subproject commit 523c5b532cc8ca509fc86c33ca1ca6b61ee18978

@ -1 +1 @@
Subproject commit 38487bbec8ba50834e257940b357de03991fa8f9
Subproject commit 35280c1444bf62d651f56ccaf03ad8db29c02383

@ -1 +1 @@
Subproject commit 6a88e49d5766edf32592c9c4b24921ba42f619c8
Subproject commit 788b193dbeb1bebe303b0d0c6b17c09fdd1ebabb

@ -1 +1 @@
Subproject commit 00985af541d8880a6a54d39dc5778ec7e00c053e
Subproject commit 41c7160ee129209b758c5a9f0fc196ffeeb866f9

@ -1 +1 @@
Subproject commit f6d584bc639c2b799d5d7897d1e681b4e57cd476
Subproject commit f23ddae1a7982b40dbfbe55033c1817480f0a0ed

@ -1 +1 @@
Subproject commit b2c5f0b9284f85e92d98efc97c780ad01ba81e0c
Subproject commit ace45adc51d0e08d45761bb515a9ff23906cba65

@ -1 +1 @@
Subproject commit 4b4ee488580f7586e82a76bb392e4f79027ce049
Subproject commit ae611ccf950a93f93cab64542cbe48029f1e9c02

@ -1 +1 @@
Subproject commit 5a2daf6dfbd6e0df21612a20f95b4285ae8a2603
Subproject commit 5f1c24528c143c80e40016995fc902fb8b74eeee

@ -1 +1 @@
Subproject commit 08e9e9a50e6683ac7b0c1d6fddfb5f1235c75700
Subproject commit 8705ee2c4e619016a5abba2fb3c8886a6eb93426

@ -1 +1 @@
Subproject commit d6f17608ddbae06ed5867f58e322a16806fa7248
Subproject commit 546a6bf2197529ed1bd402244cbf6e72ed62b2ca

@ -1 +1 @@
Subproject commit 0ca3f7e3cdbd3edf69d685ed463a6746fb0e8134
Subproject commit ae81dccb679a423f871809d83c6829442760748a

@ -1 +1 @@
Subproject commit 5a12617f085a32deec5eed80598e2165dc918615
Subproject commit 05b9cc1b9e7497eef0add18d5adb034ecfeebec8

@ -1 +1 @@
Subproject commit 0377b100382c19295b42018289fe8d42a7d57e80
Subproject commit 8078affa985f12b6fd35a715ced779c3fccaa0df

@ -1 +1 @@
Subproject commit f4a914308ab32b118441418fdc64ac41fa7dc53c
Subproject commit 9a8be3696bc50064b9d9d146041ec4264e36e341

@ -1 +1 @@
Subproject commit 92b34f1ed9d2f2900f6a2db964526d6f94fa3d86
Subproject commit 11bd6853b25f73f3729cccbb9282fecade2bf50a

View file

@ -80,4 +80,5 @@ autocmd FileType perl let b:auto_trim_whitespace=1
autocmd FileType borg let b:auto_trim_whitespace=1
autocmd FileType javascript let b:auto_trim_whitespace=1
autocmd FileType python let b:auto_trim_whitespace=1
autocmd FileType proto let b:auto_trim_whitespace=1