summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-06-27 08:50:05 +0100
committerAlan Pearce2014-06-27 08:50:43 +0100
commit30758cdbf16a316de460309e98a1a8c6e0da9b29 (patch)
treee785d9c8b3ee58b834ce67988aec84de7e469ac4 /tag-emacs/emacs.d
parent633fbba491437afd5bfffb02320edc4bfb98766f (diff)
downloaddotfiles-30758cdbf16a316de460309e98a1a8c6e0da9b29.tar.lz
dotfiles-30758cdbf16a316de460309e98a1a8c6e0da9b29.tar.zst
dotfiles-30758cdbf16a316de460309e98a1a8c6e0da9b29.zip
Emacs: Only complete when explicitly requested
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index b5e5811..659b3b1 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