summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-06-18 07:47:33 +0200
committerrekado <rekado@elephly.net>2016-06-18 10:03:37 +0200
commit28e4e78217be41301d6a15402c5092e2359dae1b (patch)
treec3ebdec3872d90443263e87f049e58be9bb73870 /init.el
parentdad9aa80d732d17825621f661facb1b8e8da877b (diff)
Move completion settings to separate file.
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")