comparison .elisp/settings/90.colors.el @ 306:ae22ef7859eb

Merge.
author Augie Fackler <raf@durin42.com>
date Tue, 04 Dec 2012 11:08:15 -0600
parents 198b3cb99677
children 27e8ad5acedf
comparison
equal deleted inserted replaced
305:d9cc862e6308 306:ae22ef7859eb
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")