branch: elpa/color-theme-tangotango
commit fbe34d91fbc8d72e4887d030c93d0520f3835de9
Author: Julien Barnier <[email protected]>
Commit: Julien Barnier <[email protected]>
We must only provide the color theme, not activate it by default
---
color-theme-tangotango.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index de14b3a..160cc65 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -228,8 +228,6 @@
(mumamo-background-chunk-submode3 ((t (:background "#343434"))))
)))
-(color-theme-tangotango)
-
(provide 'color-theme-tangotango)
;;; color-theme-tangotango.el ends here