summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-10-28 14:16:39 +0100
committerrekado <rekado@elephly.net>2014-10-28 14:16:39 +0100
commit42c331513e49c1a7456ceb8a8d61b456e6eb70b9 (patch)
tree9bfcbfbaf0940ad1eb3093ffa4fff4376cb90322 /init.el
parent532357c1d9d0cbd8ea645eae2c2fcb187641a27c (diff)
enable autocomplete
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
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)