From: Ramakrishnan Muthukrishnan Date: Fri, 20 Feb 2015 17:01:56 +0000 (+0530) Subject: tangotango color theme instead of monokai X-Git-Url: https://git.rkrishnan.org/?p=.emacs.d.git;a=commitdiff_plain;h=94d44f87eda31bf1b5958afc0e66cc275d8e275c tangotango color theme instead of monokai --- diff --git a/init.el b/init.el index 5a29e5e..546cb09 100644 --- a/init.el +++ b/init.el @@ -38,15 +38,15 @@ (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)