]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
refactor. leuven theme
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 23 Apr 2015 03:36:16 +0000 (09:06 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 23 Apr 2015 03:36:16 +0000 (09:06 +0530)
init.el

diff --git a/init.el b/init.el
index e0718b25eea01cfc416cf1edb7e9dd24351fdb5f..7d4a91b5205c6b5d70d729d94db4d4767fef07e0 100644 (file)
--- a/init.el
+++ b/init.el
   (package-refresh-contents))
 
 ;; make sure my list of packages are installed
-(setq package-list '(go-mode rust-mode haskell-mode clojure-mode ghc restclient tangotango-theme cider fill-column-indicator paredit))
+(setq package-list '(go-mode
+                     rust-mode
+                     haskell-mode
+                     clojure-mode
+                     ghc
+                     restclient
+                     tangotango-theme
+                     cider
+                     fill-column-indicator
+                     paredit
+                     leuven-theme))
 
 ; install the missing packages
 (dolist (package package-list)
@@ -49,7 +59,8 @@
     (package-install package)))
 
 ;; tangotango
-(load-theme 'tangotango t)
+; (load-theme 'tangotango t)
+(load-theme 'leuven t)
 
 ;; erc
 (require 'erc)
 ;; line-number-mode
 (global-linum-mode t)
 (global-hl-line-mode t)
-(set-face-background hl-line-face "#525252")
 
 ;; fci -- fill-column-indicator
 (setq fci-rule-column 81)