Skip to content

Commit

Permalink
Bind esc to company-abort.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Nov 14, 2024
1 parent 566a494 commit efb5c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,8 @@ which LANG was detected but these are ignored."
(use-package company
:demand t
:bind (:map company-mode-map
("TAB" . company-indent-or-complete-common))
("TAB" . company-indent-or-complete-common)
("<escape>" . company-abort))
:custom
(company-tooltip-align-annotations t)
(company-require-match nil)
Expand Down

0 comments on commit efb5c4e

Please sign in to comment.