projects
/
.emacs.d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b313a
)
tangotango color theme instead of monokai
author
Ramakrishnan Muthukrishnan
<rama.krishnan@concur.com>
Fri, 20 Feb 2015 17:01:56 +0000
(22:31 +0530)
committer
Ramakrishnan Muthukrishnan
<rama.krishnan@concur.com>
Fri, 20 Feb 2015 17:01:56 +0000
(22:31 +0530)
init.el
patch
|
blob
|
history
diff --git
a/init.el
b/init.el
index 5a29e5e8e562088b179fdcca5510b00c7000fbf7..546cb09202182e87c0b42af9e53329f0f20c13ae 100644
(file)
--- 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)