Skip to content

Commit

Permalink
Use pretty fonts on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Nov 4, 2010
1 parent 868832c commit 02d656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotemacs
Expand Up @@ -53,7 +53,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :family "adobe-courier"))))
'(default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
'(font-lock-comment-face ((((class color)) (:foreground "Firebrick"))))
'(font-lock-function-name-face ((((class color)) (:foreground "DarkGreen"))))
'(font-lock-reference-face ((((class color)) (:foreground "CadetBlue"))))
Expand Down

0 comments on commit 02d656e

Please sign in to comment.