From a7d5413b05bbadf05ee8b37a5cb0adaa5e08ee32 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 10 Oct 2014 03:35:14 -0400 Subject: [PATCH] Disable auto-complete auto-popup --- init/init-ac.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init-ac.el b/init/init-ac.el index 2e9f057b8..6f9129cef 100644 --- a/init/init-ac.el +++ b/init/init-ac.el @@ -7,7 +7,7 @@ (progn (require 'auto-complete-config) - (setq ac-auto-start t + (setq ac-auto-start nil ac-auto-show-menu t ; Suggestions box must be invoked manually (see core-keymaps.el) ac-use-menu-map t ; Enable ac-menu-map map when menu is open ac-use-quick-help t ; Don't show tooltips unless invoked (see core-keymaps.el)