From d36923de254c202a1fae4cf6b7cf73ab1282832c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 20 Nov 2014 18:16:35 -0500 Subject: Move custom.el face settings to init-appearance.el --- custom.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'custom.el') diff --git a/custom.el b/custom.el index c7e4da0..44457d5 100644 --- a/custom.el +++ b/custom.el @@ -9,6 +9,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. - '(dired-subtree-depth-1-face ((t (:background "gray80")))) - '(dired-subtree-depth-2-face ((t (:background "gray90")))) - '(dired-subtree-depth-3-face ((t (:background "gray95"))))) +) -- cgit v1.2.3