Get rid of ac-setup in robe mode
This commit is contained in:
parent
9430c4f5bf
commit
3207f64dc9
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user