From f5d517bd421cb2b5826a6c43212515ad25a290d8 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 17 Nov 2018 12:52:54 -0500 Subject: [PATCH] Further remove stuff from custom.el --- custom.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/custom.el b/custom.el index 41984c6..649c0fe 100644 --- a/custom.el +++ b/custom.el @@ -90,8 +90,6 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(bold ((t (:weight normal)))) - '(fixed-pitch ((t (:family "Bitstream Vera Sans Mono")))) - '(font-latex-math-face ((t (:foreground "cornsilk3")))) '(font-latex-script-char-face ((t nil))) '(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold)))) '(highlight ((t (:background "Darkslategray")))) @@ -105,8 +103,6 @@ '(magit-section-secondary-heading ((t nil))) '(magit-signature-bad ((t (:foreground "red")))) '(menu ((t (:inverse-video t)))) -; '(mode-line ((t (:background "grey25" :foreground "grey80" :weight normal)))) -; '(mode-line-inactive ((t (:inherit mode-line :background "grey10" :foreground "grey50" :weight normal)))) '(mouse ((t (:background "orchid")))) '(org-block-background ((t (:background "#262626" :slant normal :weight normal)))) '(org-block-end-line ((t (:inherit org-meta-line :slant normal :weight normal))))