home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 372142d90c2cd407fd8360f07e5487756038192b
parent 9f22fd32fe2956bf5c126446d5d73a0a605d6c38
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  9 Apr 2020 12:43:32 +0200

config-completion.el: C-r to complete selection

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-completion.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-completion.el b/tools/emacs/config/config-completion.el @@ -215,6 +215,7 @@ Otherwise, use `projectile-switch-to-project'." ("C-s" . company-select-previous) ("C-<up>" . company-select-next) ("C-<down>" . company-select-previous) + ("C-r" . company-complete-selection) ("TAB" . company-complete-common-or-cycle)) :config (defun company-complete-common-or-selected ()