summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.el b/init.el
index 5c845e4..f3a986b 100644
--- a/init.el
+++ b/init.el
@@ -133,11 +133,6 @@
(put 'erase-buffer 'disabled nil)
(put 'narrow-to-page 'disabled nil)
-(require 'company)
-(add-hook 'after-init-hook 'global-company-mode)
-(setq company-idle-delay nil)
-(define-key company-mode-map (kbd "C-c <tab>") 'company-complete)
-
(require 'fill-column-indicator)
(add-hook 'prog-mode-hook 'fci-mode)
@@ -168,6 +163,7 @@
(load "email.el")
(load "init-org.el")
(load "init-ido.el")
+(load "init-completion.el")
(load "init-geiser.el")
(load "init-god-mode.el")
(load "init-gnus.el")