From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Wed, 21 Oct 2015 16:56:28 +0000 (+0530)
Subject: auto-complete, racket-mode, but without loading any colour theme
X-Git-Url: https://git.rkrishnan.org/simplejson/somewhere?a=commitdiff_plain;h=884c119ecdeb59cddc81dd09aff11e0572d94855;p=.emacs.d.git

auto-complete, racket-mode, but without loading any colour theme
---

diff --git a/init.el b/init.el
index c050049..4923187 100644
--- a/init.el
+++ b/init.el
@@ -62,7 +62,10 @@
                      fill-column-indicator
                      paredit
                      leuven-theme
-                     notmuch))
+                     notmuch
+                     railscasts-theme
+                     racket-mode
+                     auto-complete))
 
 ; install the missing packages
 (dolist (package package-list)
@@ -70,7 +73,8 @@
     (package-install package)))
 
 ;; tangotango
-(load-theme 'tangotango t)
+;; (load-theme 'tangotango t)
+;; (load-theme 'railscasts t)
 ;; (load-theme 'leuven t)
 
 ;; erc
@@ -80,7 +84,7 @@
 
 (erc-autojoin-mode t)
 (setq erc-autojoin-channels-alist
-  '((".*\\.freenode.net" "#tahoe-lafs" "#plan9chan" "#inferno" "#cat-v" "#9front")
+  '((".*\\.freenode.net" "#tahoe-lafs" "#plan9chan" "#cat-v")
     (".*\\.oftc.net" "#LeastAuthority")))
 
 ;; check channels
@@ -223,3 +227,7 @@
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  )
+
+;; auto complete
+(ac-config-default)
+