Merge from default mhoward-lt

Mon, 05 Jan 2015 15:39:48 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 05 Jan 2015 15:39:48 -0500
branch
mhoward-lt
changeset 162
0538d5699cd7
parent 161
f44901f85f39 (current diff)
parent 160
3b873456c2b3 (diff)
child 164
48af2ec782e0

Merge from default

--- a/.homedir-setup.rb
+++ b/.homedir-setup.rb
@@ -11,6 +11,10 @@ if `which git` == ''
 end
 
 def main
+  if ARGV.length == 0
+    ARGV << '--help'
+  end
+
   opts = GetoptLong.new(
     [ '--help', '-h', GetoptLong::NO_ARGUMENT ],
     [ '--update', '-u', GetoptLong::NO_ARGUMENT ],
--- a/.pentadactylrc
+++ b/.pentadactylrc
@@ -6,6 +6,7 @@ group user
 " colorscheme solarized-light
 
 " Firefox's tabs
+hi TabClose	display: none;
 hi TabNumber	color: #fff; margin: 0; padding-right: .3ex; text-shadow: #000 -1px 0 0, #000 0 1px 0, #000 1px 0 0, #000 0 -1px 0;
 
 set guioptions=bCrsn

mercurial