fill-column-indicator
paredit
leuven-theme
- notmuch))
+ notmuch
+ railscasts-theme
+ racket-mode
+ auto-complete))
; install the missing packages
(dolist (package package-list)
(package-install package)))
;; tangotango
-(load-theme 'tangotango t)
+;; (load-theme 'tangotango t)
+;; (load-theme 'railscasts t)
;; (load-theme 'leuven t)
;; erc
(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)
+