diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-30 16:11:31 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-30 16:11:31 -0500 |
commit | 5615a4e90e59b69a8b3208d5d07f1f301073327d (patch) | |
tree | a5b84d936ccb72a03e5c3b4113f087db16e1ab7e /custom.el | |
parent | a5d38715ae75b1ba6c80fde88b25ea5a7a82cee3 (diff) | |
parent | c87e65fe389b2598a133aa794dfe0fc58abc4731 (diff) | |
download | emacs.d-5615a4e90e59b69a8b3208d5d07f1f301073327d.tar.gz |
Merge branch 'stekene-theme'
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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"))))) +) |