Get rid of ac-setup in robe mode

This commit is contained in:
Ivan Malison 2015-07-26 02:18:11 -07:00
parent 9430c4f5bf
commit 3207f64dc9

View File

@ -1761,8 +1761,7 @@ window is active in the perspective."
:commands robe-mode :commands robe-mode
:init :init
(progn (add-hook 'ruby-mode-hook (progn (add-hook 'ruby-mode-hook
(lambda () (robe-mode) (ac-robe-setup) (lambda () (robe-mode) (auto-complete-mode)))))
(auto-complete-mode)))))
(use-package rinari :ensure t) (use-package rinari :ensure t)