From 953d192d798d42b9d31ffe70e92838b14a838bbd Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 15 Sep 2016 16:10:41 +0200 Subject: [PATCH] Remove custom-set-faces It was unnecessary --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index f5bc5d6..f23cef2 100644 --- a/init.el +++ b/init.el @@ -77,7 +77,6 @@ ;; 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 "#2e3436" :foreground "#eeeeec" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :family "Hack")))) '(hl-line ((t (:inherit nil :background "gray25")))) '(trailing-whitespace ((t (:inherit nil :background "red1")))) '(whitespace-line ((t (:inherit nil :background "orange")))))