From 884c119ecdeb59cddc81dd09aff11e0572d94855 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Wed, 21 Oct 2015 22:26:28 +0530 Subject: [PATCH] auto-complete, racket-mode, but without loading any colour theme --- init.el | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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) + -- 2.37.2