]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
auto-complete, racket-mode, but without loading any colour theme
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 21 Oct 2015 16:56:28 +0000 (22:26 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 21 Oct 2015 16:57:55 +0000 (22:27 +0530)
init.el

diff --git a/init.el b/init.el
index c0500495d0eba40d9ed0f55e8c5a070669cd000b..4923187c15091cd56eea221a957761d108061a77 100644 (file)
--- a/init.el
+++ b/init.el
                      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
  ;; 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)
+