Mercurial > hg > dotemacs
comparison dotemacs.el @ 27:8763b5053360
Change default font
author | Jordi Gutiérrez Hermoso <jordigh@gmail.com> |
---|---|
date | Tue, 31 Aug 2010 14:53:20 -0500 |
parents | 67a96731dbab |
children | 214a64830015 |
comparison
equal
deleted
inserted
replaced
26:d0a8677457db | 27:8763b5053360 |
---|---|
65 (custom-set-faces | 65 (custom-set-faces |
66 ;; custom-set-faces was added by Custom. | 66 ;; custom-set-faces was added by Custom. |
67 ;; If you edit it by hand, you could mess it up, so be careful. | 67 ;; If you edit it by hand, you could mess it up, so be careful. |
68 ;; Your init file should contain only one such instance. | 68 ;; Your init file should contain only one such instance. |
69 ;; If there is more than one, they won't work right. | 69 ;; If there is more than one, they won't work right. |
70 '(default ((t (:inherit nil :stipple nil :background "grey20" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 100 :width normal :foundry "unknown" :family "Liberation Mono")))) | 70 '(default ((t (:inherit nil :stipple nil :background "grey20" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "unknown" :family "Liberation Mono")))) |
71 '(diff-added ((t (:foreground "green")))) | 71 '(diff-added ((t (:foreground "green")))) |
72 '(diff-changed ((t (:foreground "orange")))) | 72 '(diff-changed ((t (:foreground "orange")))) |
73 '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t)))) | 73 '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t)))) |
74 '(diff-header ((nil (:foreground "skyblue")))) | 74 '(diff-header ((nil (:foreground "skyblue")))) |
75 '(diff-removed ((t (:foreground "red")))) | 75 '(diff-removed ((t (:foreground "red")))) |