From 04d02624b6d4dc637f64c4998b14372bf2d874c2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 17 Mar 2016 00:40:12 +0100 Subject: Remove lingering reference to auto-complete --- emacs/.emacs.d/init.org | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'emacs/.emacs.d') 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 -- cgit v1.2.3-54-g00ecf