summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/init.el b/init.el
index 784c4bb..62c70ec 100644
--- a/init.el
+++ b/init.el
@@ -133,10 +133,8 @@
(put 'erase-buffer 'disabled nil)
(put 'narrow-to-page 'disabled nil)
-(require 'auto-complete-config)
-(ac-config-default)
-(setq ac-auto-start t)
-(global-auto-complete-mode)
+(require 'company)
+(add-hook 'after-init-hook 'global-company-mode)
;; keep the cursor centered to avoid sudden scroll jumps
(require 'centered-cursor-mode)