diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index fd7ddbf..32bcd97 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -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