From 94d44f87eda31bf1b5958afc0e66cc275d8e275c Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Fri, 20 Feb 2015 22:31:56 +0530 Subject: [PATCH] tangotango color theme instead of monokai --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.37.2