Whitespace formatting

This commit is contained in:
Hunter Haugen 2010-10-13 11:23:13 -07:00
parent 8e6d3480fc
commit 3b5a270a23
2 changed files with 25 additions and 8 deletions

View file

@ -22,8 +22,8 @@
(interactive)
(color-theme-install
'(color-theme-irblack
(;; (background-color . "black")
;; (background-mode . dark)
((background-color . "black")
(background-mode . dark)
(border-color . "gray10")
(cursor-color . "DarkOliveGreen2")
(foreground-color . "#F6F3E8")
@ -67,6 +67,8 @@
(show-paren-mismatch ((t (:background "#FF1100"))))
(underline ((nil (:underline nil))))
;; whitespace
(trailing-whitespace ((t (:background "gray22"))))
;; mumamo
;(mumamo-background-chunk-major ((t (:background "#000000"))))
;(mumamo-background-chunk-submode ((t (:background "#222222"))))