Commit 372142d90c2c
Changed files (1)
tools
emacs
config
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 ()