summaryrefslogtreecommitdiff
path: root/custom.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-20 18:16:35 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-30 16:08:25 -0500
commitd36923de254c202a1fae4cf6b7cf73ab1282832c (patch)
tree06b9be41096a51e4a92c5e4b18d1e6a4a015e701 /custom.el
parenta5d38715ae75b1ba6c80fde88b25ea5a7a82cee3 (diff)
downloademacs.d-d36923de254c202a1fae4cf6b7cf73ab1282832c.tar.gz
Move custom.el face settings to init-appearance.el
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el4
1 files changed, 1 insertions, 3 deletions
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")))))
+)