summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-21 22:16:56 +0200
committerGravatar Tom Willemse2015-04-21 22:16:56 +0200
commit2fdc0fbf872ddaece9e36097f135892cad36584e (patch)
treef354f649f93302b14e85dd84bd70c7e73ae331fa /emacs/.emacs.d/init.el
parent22084f3d92bc42c4d07115679394952ac164b83a (diff)
downloaddotfiles-2fdc0fbf872ddaece9e36097f135892cad36584e.tar.gz
dotfiles-2fdc0fbf872ddaece9e36097f135892cad36584e.zip
Add section on auto completion
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index e804dec..f6d2308 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -929,9 +929,7 @@ from myaethon2.core.decorators import (
(auto-init avandu)
(stante-after auto-complete
- (add-to-list 'ac-modes 'slime-repl-mode)
- (setq ac-auto-show-menu nil
- ac-use-quick-help nil))
+ (add-to-list 'ac-modes 'slime-repl-mode))
(stante-after "bindings"
(setq mode-line-default-help-echo ""))