From: Don Armstrong Date: Wed, 14 Feb 2018 22:21:51 +0000 (-0800) Subject: disable for company-complete X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=a2bd2b8787c9f90db12de5f5715fdf9e3df66ed5 disable for company-complete --- diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index aa6653b..003c71d 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -387,7 +387,7 @@ value, scrolling continues until there is no more output. (bind-key "C-n" #'company-select-next company-active-map) (bind-key "C-p" #'company-select-previous company-active-map) - (bind-key "" #'company-complete company-active-map) + ; (bind-key "" #'company-complete company-active-map) (bind-key "M-?" #'company-show-doc-buffer company-active-map) (bind-key "M-." #'company-show-location company-active-map) (bind-key "M-/" #'company-complete-common org-mode-map)