Remove lingering reference to auto-complete
This commit is contained in:
parent
853f902d6c
commit
04d02624b6
1 changed files with 0 additions and 10 deletions
|
@ -1337,16 +1337,6 @@
|
||||||
|
|
||||||
Robe is a Ruby completion and documentation lookup library.
|
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
|
** Eldoc
|
||||||
|
|
||||||
Seeing the arguments to a function whilst typing its name is
|
Seeing the arguments to a function whilst typing its name is
|
||||||
|
|
Loading…
Reference in a new issue