summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-09-23 02:12:56 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-09-23 02:12:58 +0200
commita279d55729615a2ac5000e5fefe4c1dcd12f16b9 (patch)
treea9361a43833f23c9ab7c9c7e889fb6009850215a /.emacs
parent8c34d939d784b26c9c1fdd5906f28255467d0b12 (diff)
downloaddotfiles-a279d55729615a2ac5000e5fefe4c1dcd12f16b9.tar.gz
dotfiles-a279d55729615a2ac5000e5fefe4c1dcd12f16b9.tar.bz2
dotfiles-a279d55729615a2ac5000e5fefe4c1dcd12f16b9.zip
Default emacs font
Diffstat (limited to '.emacs')
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index cc807e7..66b3c1a 100644
--- a/.emacs
+++ b/.emacs
@@ -45,6 +45,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 (:inherit nil :stipple nil :background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 123 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
'(isabelle-free-name-face ((((type x) (class color) (background dark)) (:foreground "lightblue"))))
'(isabelle-var-name-face ((((type x) (class color) (background dark)) (:foreground "lightblue3"))))
'(linum ((t (:inherit (shadow default) :foreground "gold"))))