From 2fdc0fbf872ddaece9e36097f135892cad36584e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 21 Apr 2015 22:16:56 +0200 Subject: Add section on auto completion --- emacs/.emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs/.emacs.d/init.el') 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 "")) -- cgit v1.2.3-54-g00ecf