From a2bd2b8787c9f90db12de5f5715fdf9e3df66ed5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 14 Feb 2018 14:21:51 -0800 Subject: [PATCH] disable for company-complete --- emacs_el/configuration/don-configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2