|
|
|
|
@ -25,16 +25,18 @@ |
|
|
|
|
;; 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 (:background "DarkSlateGrey" :foreground "Wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 80 :width normal :foundry "xos4" :family "terminus")))) |
|
|
|
|
'(default ((t (:inherit nil :stipple nil :background "#223939" :foreground "Wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "xos4" :family "terminus")))) |
|
|
|
|
'(bold ((t (:weight semi-bold)))) |
|
|
|
|
'(cursor ((t (:background "orchid")))) |
|
|
|
|
'(fixed-pitch ((t (:family "Bitstream Vera Sans Mono")))) |
|
|
|
|
'(font-latex-italic-face ((t (:inherit italic :foreground "SpringGreen")))) |
|
|
|
|
'(highlight ((t (:background "DarkSlateGray")))) |
|
|
|
|
'(italic ((((supports :underline t)) nil))) |
|
|
|
|
'(menu ((t (:inverse-video t)))) |
|
|
|
|
'(mouse ((t (:background "orchid")))) |
|
|
|
|
'(tooltip ((t (:inherit default :background "lightyellow" :foreground "black" :foundry "xos4" :family "terminus")))) |
|
|
|
|
'(variable-pitch ((t (:family "default")))) |
|
|
|
|
'(visible-mark-face ((t (:background "goldenrod2" :foreground "darkslategrey"))))) |
|
|
|
|
'(visible-mark-face ((t (:background "goldenrod" :foreground "darkslategrey"))))) |
|
|
|
|
|
|
|
|
|
(setq-default display-buffer-reuse-frames t) |
|
|
|
|
|
|
|
|
|
|