summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2011-08-10 10:35:34 +0200
committerRené Neumann <rene.neumann@in.tum.de>2011-08-10 10:35:35 +0200
commit6b9d7131d8f4d811d5ce597ca74045c600ec3ef5 (patch)
treede99a511d02e94f8a349266255fa49329ab73185 /.emacs
parent7394eba35219de14b9f5313a9d41d2ac07a20e3c (diff)
downloaddotfiles-6b9d7131d8f4d811d5ce597ca74045c600ec3ef5.tar.gz
dotfiles-6b9d7131d8f4d811d5ce597ca74045c600ec3ef5.tar.bz2
dotfiles-6b9d7131d8f4d811d5ce597ca74045c600ec3ef5.zip
Inconsolata also in emacs
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 77bf54e..29cf2c8 100644
--- a/.emacs
+++ b/.emacs
@@ -44,7 +44,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 111 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
+ '(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 143 :width normal :foundry "unknown" :family "Inconsolata"))))
'(isabelle-free-name-face ((((type x) (class color) (background dark)) (:foreground "lightblue"))))
'(isabelle-quote-face ((((type x) (class color) (background dark)) (:foreground "cyan3"))))
'(isabelle-string-face ((((type x) (class color) (background dark)) (:foreground "cyan3"))))