From: Amin Bandali Date: Tue, 30 Oct 2018 03:33:16 +0000 (-0400) Subject: [emacs/company] allow abort with esc X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/42da5dd2e9543e900e34748860bbd3242de363b7?ds=sidebyside;pf=~bandali [emacs/company] allow abort with esc --- diff --git a/init.org b/init.org index 5ead731..e4c7a1e 100644 --- a/init.org +++ b/init.org @@ -1065,7 +1065,8 @@ TODO: break this giant source block down into individual org sections. :defer 5 :bind (:map company-active-map - ([tab] . company-complete-common-or-cycle)) + ([tab] . company-complete-common-or-cycle) + ([escape] . company-abort)) :custom (company-idle-delay 0.3) (company-minimum-prefix-length 1)