diff options
author | René Neumann <rene.neumann@in.tum.de> | 2011-08-10 10:35:34 +0200 |
---|---|---|
committer | René Neumann <rene.neumann@in.tum.de> | 2011-08-10 10:35:35 +0200 |
commit | 6b9d7131d8f4d811d5ce597ca74045c600ec3ef5 (patch) | |
tree | de99a511d02e94f8a349266255fa49329ab73185 | |
parent | 7394eba35219de14b9f5313a9d41d2ac07a20e3c (diff) | |
download | dotfiles-6b9d7131d8f4d811d5ce597ca74045c600ec3ef5.tar.gz dotfiles-6b9d7131d8f4d811d5ce597ca74045c600ec3ef5.tar.bz2 dotfiles-6b9d7131d8f4d811d5ce597ca74045c600ec3ef5.zip |
Inconsolata also in emacs
Diffstat (limited to '')
-rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")))) |