# HG changeset patch # User Augie Fackler # Date 1352759342 21600 # Node ID 198b3cb99677c86640d2f56eb49059e2292fd9d4 # Parent 026344f083ef3cb5753e1855070636bd9e7dcd84 emacs: clean up new frame initialization thanks to slb diff --git a/.elisp/settings/90.colors.el b/.elisp/settings/90.colors.el --- a/.elisp/settings/90.colors.el +++ b/.elisp/settings/90.colors.el @@ -4,7 +4,10 @@ (cursor-color . "white") (cursor-type . box) (foreground-color . "white") - (background-color . "black"))) + (background-color . "black") + (tool-bar-lines . 0) + ) + initial-frame-alist default-frame-alist) ;; tell ipython we have a dark background (setq py-python-command-args (quote ("-i")))