From 697da89a00d4e38fc3290e20c1fc8dd5c8ec8ad0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 18 Jun 2019 10:54:32 +0100 Subject: [PATCH] Remove defunct custom-faces in custom.el These are now set via use-package's :custom-face option. --- custom.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/custom.el b/custom.el index f5d9437..68c9a1a 100644 --- a/custom.el +++ b/custom.el @@ -12,6 +12,4 @@ ;; 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. - '(go-guru-hl-identifier-face ((t (:background "gray30")))) - '(markdown-code-face ((t nil))) - '(sp-pair-overlay-face ((t (:inherit nil))))) + )