From 9f96c2ce33589c1961222284d7c16f603c791410 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 1 Nov 2018 14:23:46 +0100 Subject: [PATCH] Remove some more customize stuff --- custom.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/custom.el b/custom.el index 57f031f..41984c6 100644 --- a/custom.el +++ b/custom.el @@ -102,12 +102,11 @@ '(linum ((t (:slant normal :weight normal)))) '(linum-highlight-face ((t (:inherit (hl-line default))))) '(magit-diff-file-heading ((t nil))) - '(magit-section-heading ((t (:foreground "LightGoldenrod2")))) '(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)))) +; '(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))))