Remove custom-set-faces

It was unnecessary
This commit is contained in:
Gergely Polonkai 2016-09-15 16:10:41 +02:00
parent bf9369af4b
commit 953d192d79
1 changed files with 0 additions and 1 deletions

View File

@ -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")))))