summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
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 ""))