branch: elpa/apropospriate-theme
commit 5727dd549d9cb95a6a18919f90428d7c5b860a99
Author: Matthew Bauer <[email protected]>
Commit: justin talbott <[email protected]>
Disable mode-line-buffer-id.
Fixes #27
---
apropospriate.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/apropospriate.el b/apropospriate.el
index ece44f1..f94c461 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -156,7 +156,6 @@ Set to `1.0' or nil to prevent font size manipulation."
`(mode-line-inactive ((,class (:box (:line-width 4 :color ,base00+1
:style nil)
:background ,base00+1 :foreground
,base02
:height ,(or
apropospriate-mode-line-height 1.0)))))
- `(mode-line-buffer-id ((,class (:foreground unspecified :background
nil))))
`(mode-line-emphasis ((,class (:foreground ,base02 :slant italic))))
`(mode-line-highlight ((,class (:foreground ,base02 :box nil))))
`(powerline-active1 ((,class (:background ,base00 :height ,(or
apropospriate-mode-line-height 1.0)))))