]> git.rkrishnan.org Git - .emacs.d.git/blobdiff - init.el
tangotango color theme instead of monokai
[.emacs.d.git] / 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)