comparison .elisp/settings/90.colors.el @ 296:198b3cb99677

emacs: clean up new frame initialization thanks to slb
author Augie Fackler <raf@durin42.com>
date Mon, 12 Nov 2012 16:29:02 -0600
parents e4842709368a
children 27e8ad5acedf
comparison
equal deleted inserted replaced
295:026344f083ef 296:198b3cb99677
2 (setq default-frame-alist 2 (setq default-frame-alist
3 '((width . 80) 3 '((width . 80)
4 (cursor-color . "white") 4 (cursor-color . "white")
5 (cursor-type . box) 5 (cursor-type . box)
6 (foreground-color . "white") 6 (foreground-color . "white")
7 (background-color . "black"))) 7 (background-color . "black")
8 (tool-bar-lines . 0)
9 )
10 initial-frame-alist default-frame-alist)
8 11
9 ;; tell ipython we have a dark background 12 ;; tell ipython we have a dark background
10 (setq py-python-command-args (quote ("-i"))) 13 (setq py-python-command-args (quote ("-i")))
11 14
12 (set-face-foreground 'magit-diff-add "DarkGreen") 15 (set-face-foreground 'magit-diff-add "DarkGreen")