diff options
author | Alan Pearce | 2014-06-27 08:50:05 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-27 08:50:43 +0100 |
commit | 30758cdbf16a316de460309e98a1a8c6e0da9b29 (patch) | |
tree | e785d9c8b3ee58b834ce67988aec84de7e469ac4 /tag-emacs/emacs.d | |
parent | 633fbba491437afd5bfffb02320edc4bfb98766f (diff) | |
download | nixfiles-30758cdbf16a316de460309e98a1a8c6e0da9b29.tar.lz nixfiles-30758cdbf16a316de460309e98a1a8c6e0da9b29.tar.zst nixfiles-30758cdbf16a316de460309e98a1a8c6e0da9b29.zip |
Emacs: Only complete when explicitly requested
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |