Remove lingering reference to auto-complete

This commit is contained in:
Tom Willemse 2016-03-17 00:40:12 +01:00
parent 853f902d6c
commit 04d02624b6

View file

@ -1337,16 +1337,6 @@
Robe is a Ruby completion and documentation lookup library.
*** Adding completions to autocomplete
To add Robe completions to autocomplete whenever robe is started,
I use the =robe-mode-hook= to enable this so that it doesn't try to
get any completions when robe isn't running.
#+BEGIN_SRC emacs-lisp
(add-hook 'robe-mode-hook #'ac-robe-setup)
#+END_SRC
** Eldoc
Seeing the arguments to a function whilst typing its name is