From 42c331513e49c1a7456ceb8a8d61b456e6eb70b9 Mon Sep 17 00:00:00 2001 From: rekado Date: Tue, 28 Oct 2014 14:16:39 +0100 Subject: enable autocomplete --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index a9a578d..51d50ba 100644 --- a/init.el +++ b/init.el @@ -267,3 +267,8 @@ (require 'info+) (setq Info-fontify-quotations-flag t) (setq Info-fontify-single-quote-flag t) + +(require 'auto-complete-config) +(ac-config-default) +(setq ac-auto-start t) +(global-auto-complete-mode) -- cgit v1.2.3