Skip to content

Commit

Permalink
Set completion function more consistently in robe-mode-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Apr 18, 2013
1 parent ff8c9da commit a2e5e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-ruby-mode.el
Expand Up @@ -43,7 +43,7 @@
(add-hook 'robe-mode-hook
(lambda ()
(add-to-list 'ac-sources 'ac-source-robe)
(setq completion-at-point-functions '(auto-complete))))
(set-auto-complete-as-completion-at-point-function)))


;;----------------------------------------------------------------------------
Expand Down

0 comments on commit a2e5e6f

Please sign in to comment.