summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-03-17 00:40:12 +0100
committerGravatar Tom Willemse2016-03-17 00:40:12 +0100
commit04d02624b6d4dc637f64c4998b14372bf2d874c2 (patch)
tree5008290ff9ec817fcf6167f0c196e8534fbd9f42 /emacs
parent853f902d6cd977325f24c5951683f97dc4e22214 (diff)
downloaddotfiles-04d02624b6d4dc637f64c4998b14372bf2d874c2.tar.gz
dotfiles-04d02624b6d4dc637f64c4998b14372bf2d874c2.zip
Remove lingering reference to auto-complete
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org10
1 files changed, 0 insertions, 10 deletions
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