From 10e6359442692b9d465eee1163168b292a5d369b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Jan 2021 17:34:57 +0100 Subject: Remove fonts that override theme --- emacs/.emacs.d/init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index f496986..f56f0dd 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -307,10 +307,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 "#141414" :foreground "#C3D1D1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :foundry "PfEd" :family "DejaVu Sans Mono")))) - '(font-lock-keyword-face ((t (:foreground "#839496" :weight normal)))) - '(font-lock-preprocessor-face ((t (:foreground "#586E75")))) - '(font-lock-string-face ((t (:foreground "#CB4B16"))))) + '(default ((t (:inherit nil :stipple nil :background "#141414" :foreground "#C3D1D1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :foundry "PfEd" :family "DejaVu Sans Mono"))))) ;;; Windows -- cgit v1.2.1