From 30758cdbf16a316de460309e98a1a8c6e0da9b29 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 27 Jun 2014 08:50:05 +0100 Subject: Emacs: Only complete when explicitly requested --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index b5e58118..659b3b12 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -194,7 +194,7 @@ company-oddmuse company-files company-dabbrev) company-idle-delay .3 company-begin-commands '(self-insert-command) - company-auto-complete t + company-auto-complete #'company-explicit-action-p company-auto-complete-chars '(?\ ?\( ?\) ?.)))) ;;;; Dates & Times -- cgit 1.4.1