]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
tangotango color theme instead of monokai
authorRamakrishnan Muthukrishnan <rama.krishnan@concur.com>
Fri, 20 Feb 2015 17:01:56 +0000 (22:31 +0530)
committerRamakrishnan Muthukrishnan <rama.krishnan@concur.com>
Fri, 20 Feb 2015 17:01:56 +0000 (22:31 +0530)
init.el

diff --git a/init.el b/init.el
index 5a29e5e8e562088b179fdcca5510b00c7000fbf7..546cb09202182e87c0b42af9e53329f0f20c13ae 100644 (file)
--- a/init.el
+++ b/init.el
   (package-refresh-contents))
 
 ;; make sure my list of packages are installed
-(setq package-list '(rust-mode haskell-mode clojure-mode monokai-theme ghc restclient))
+(setq package-list '(rust-mode haskell-mode clojure-mode ghc restclient tangotango-theme))
 
 ; install the missing packages
 (dolist (package package-list)
   (unless (package-installed-p package)
     (package-install package)))
 
-;; monokai
-(load-theme 'monokai t)
+;; tangotango
+(load-theme 'tangotango t)
 
 ;; erc
 (require 'erc)